summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 18:15:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 18:15:37 -0600
commite6ef2523e2d39d4fe68f5e34fbac350b1343415b (patch)
treeb66b08384c018dd561d2013ce6c5ebdb9a24c479 /nuttx/ChangeLog
parent80559ac5add5a6ffb0ad3083eeff50002d036d2f (diff)
downloadnuttx-e6ef2523e2d39d4fe68f5e34fbac350b1343415b.tar.gz
nuttx-e6ef2523e2d39d4fe68f5e34fbac350b1343415b.tar.bz2
nuttx-e6ef2523e2d39d4fe68f5e34fbac350b1343415b.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0aa0e37a7..4b62008dd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).