summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-13 11:29:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-13 11:29:58 -0600
commite5222a9685f26a250a83a9931528d45c588e2163 (patch)
treef87a02a0fec0d356c628c39a624b66dc42896073 /nuttx/ChangeLog
parent307cc945b57ad34b631c6e8becc81d63729ecba0 (diff)
downloadnuttx-e5222a9685f26a250a83a9931528d45c588e2163.tar.gz
nuttx-e5222a9685f26a250a83a9931528d45c588e2163.tar.bz2
nuttx-e5222a9685f26a250a83a9931528d45c588e2163.zip
ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz Meier
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e992e4f78..0088adb49 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5548,4 +5548,6 @@
compilation in the CDC/ACM driver with regard to remote
wakeup and self-powered capabilites. Provided by Lorenz Meier
(2013-9-13)
+ * fs/romfs/fs_romfsutil.c: Fix for filenames > 15 characters.
+ Provided by Lorenz Meier (2013-9-13).