summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-05 18:12:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-05 18:12:11 -0600
commit64cabb7d0372c79075b1a50783dfb9968a2f107c (patch)
treef60638ed24b56e211864221364699399be61a70f /apps/ChangeLog.txt
parent96483c3637253cf00027a6312ba422a411f913bf (diff)
downloadnuttx-64cabb7d0372c79075b1a50783dfb9968a2f107c.tar.gz
nuttx-64cabb7d0372c79075b1a50783dfb9968a2f107c.tar.bz2
nuttx-64cabb7d0372c79075b1a50783dfb9968a2f107c.zip
NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e22bab97b..a43c469d2 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -740,4 +740,6 @@
* examples/hidkbd/hidkbd_main.c: Now calls a function named
arch_usbhost_initialize() that must be provided by the platform-
specific code (2013-11-29).
+ * apps/nshlib/nsh_fscmds.c: Add an option to the mkfatfs command to
+ specify FAT12, FAT16, or FAT32 (2013-12-5).