summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-29 16:39:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-29 16:39:18 -0600
commitac43f3862ece47acdf6db4bdd61d347e6eb8edd4 (patch)
tree0ed1145f84e68c377b376ee716f5d224413ccb7a /nuttx/ChangeLog
parent1b0778ed3fd4c7f9de62becd2899378ecad34d76 (diff)
downloadnuttx-ac43f3862ece47acdf6db4bdd61d347e6eb8edd4.tar.gz
nuttx-ac43f3862ece47acdf6db4bdd61d347e6eb8edd4.tar.bz2
nuttx-ac43f3862ece47acdf6db4bdd61d347e6eb8edd4.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0a39c6ed9..98ed166a3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7876,4 +7876,11 @@
and unmount a file system a media is inserted and removed (2014-7-29 .
* configs/sama5d4-ek/src/sam_automount.c: Add automounter support for
HSMCI0 and HSMCI1 (2014-7-29).
-
+ * configs/sama5d4-ek/Kconfig and src/sam_hsmci.c: Minor warning/latent
+ bug clean-up of auto-mounter logic (2014-7-29).
+ * configs/sama5d4-ek/README.txt anand src/sam_nsh.c, fs/fs_automount.c,
+ and include/nuttx/fs/automount.h: Cosmetic updates to comments and
+ README files and some naming (2014-7-29).
+ * configs/sama5d4-ek/nsh/defconfig and nxwm/defconfig: The SAMA5D4-EK
+ NSH and NxWM configurations now have the auto-mounter configured to
+ automatically mount the FAT file system on HSMCI0 at /mnt/sdcard (2014-7-29).