From b26a5d2d831cef336d1579c9aef03774ea30d89d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Dec 2014 14:15:13 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ed26b50d3..094e6b2fc3 100755 --- a/ChangeLog +++ b/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).