summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-09 14:15:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-09 14:15:13 -0600
commit4f0446907970fea07a7593e4de6921580819b4eb (patch)
tree598d67d1567efd044fe4b1417c939367ac490b3c
parentc0658f766fa3731fc2f0191d42fa9f6c41d36691 (diff)
downloadnuttx-4f0446907970fea07a7593e4de6921580819b4eb.tar.gz
nuttx-4f0446907970fea07a7593e4de6921580819b4eb.tar.bz2
nuttx-4f0446907970fea07a7593e4de6921580819b4eb.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0ed26b50d..094e6b2fc 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9175,3 +9175,11 @@
build framework and skeleton files for Tiva I2C driver. Initial
commit is just the STM32 I2C driver with name changes and STM32-
specific logic removed (2014-12-9).
+ * fs/procfs/fs_procfs.c: Add procfs write support. From Ken Petit
+ (2014-12-9).
+ * include/crc8.h, libc/misc/lib_crc8.c, and Make.defs: Add CRC8 support.
+ From Ken Pettit (2014-12-9).
+ * drivers/mtd/smart.c, Kconfig, fs/smartfs/smartfs_smart.c,
+ smartfs_procfs.c, smartfs_utils.c, smartfs.h, Kconfig,
+ include/nuttx/fs/ioctl.h, smart.h, and mtd/smart.h: Implements wear-
+ leveling in the SmartFS. From Ken Pettit (2014-12-9).