Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-07-03 18:15:37 -06:00
parent f881abe2da
commit 03508b5f5b
1 changed files with 7 additions and 3 deletions

View File

@ -7629,6 +7629,10 @@
Max Neklyudov (2014-7-3).
* arch/arm/src/stm32 and fs/procfs: Add a procfs entry to show the
state of the CCM heap usage. From Pelle Winderstam (2013-7-3).
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statment. Causes assertion
to fire improperly when a low- or full-speed device is removed and
CONFIG_DEBUG=y (2013-7-3).
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion
to fire inappropriately when a low- or full-speed device was removed
and CONFIG_DEBUG=y (2013-7-3).
* SmartFS. Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE
was not selected and the SMART sector size was larger than the mt
device's block size (like it would be if using SMARTFS on larger
flash devices). From Ken Pettit (2014-7-3).