summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-22 11:27:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-22 11:27:31 -0600
commit497f156fd14dbc21a624444f351405dc51d4fed0 (patch)
tree4fd01064dd625087355b67038d47c5d9b5ca6d47 /nuttx/ChangeLog
parentbf307ddb85502a825db10d75959f3622f1eafbde (diff)
downloadnuttx-497f156fd14dbc21a624444f351405dc51d4fed0.tar.gz
nuttx-497f156fd14dbc21a624444f351405dc51d4fed0.tar.bz2
nuttx-497f156fd14dbc21a624444f351405dc51d4fed0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a28c0575e..6660a4be9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8617,5 +8617,14 @@
(2014-9-22).
* mm/mm_heap/: Move common heap logic from mm/. to mm/mm_heap/.
(2014-9-22).
- * mm/shm/: Create a home for forthcoming shared memory logic (2014-9-22).
-
+ * mm/shm/: Create a home for forthcoming shared memory logic
+ (2014-9-22).
+ * fs/procfs/fs_procfs.c: Fix some procfs breakage introduced by
+ reorganizing some un-reorganizable data structures. From Ken
+ Pettit (2014-9-22).
+ * drivers/mtd/smart.c, fs/smartfs/smartfs.h, smartfs_procfs.c, and
+ smartfs_utils.c, include/nuttx/fs/ioctl.h, and mtd/smart.h: Updated
+ SMART FS procfs support. From Ken Pettit
+ * configs/mikroe-stm32f4: Fix a few compile bugs and minor corrections
+ to the mikroe-stm32f4 configuration source. From Ken Pettit
+ (2014-9-22).