summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 075fa969e..2b914e30e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1713,6 +1713,9 @@
* arch/arm/src/arm/up_head.S: Fix backward conditional compilation. This cause
the configs/mx1ads configuration to fail to build but does not appear to affect
any other ARM9 build.
+ * fs/nxffs: Adding a tiny, wear-leveling FLASH file system for NuttX. This
+ file system is intended to be small and will have some limitations. The
+ implementation is incomplete on initial checkin.