summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-29 12:52:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-29 12:52:21 -0600
commit99ce2bc0dc474295eb1d1d4a06b215f10d5da23f (patch)
treef140f768c368b368ea9b2aa260e1c66ae1af5928 /nuttx/ChangeLog
parent8ec40df444bb4f187781ef25b0a3e62db798435e (diff)
downloadnuttx-99ce2bc0dc474295eb1d1d4a06b215f10d5da23f.tar.gz
nuttx-99ce2bc0dc474295eb1d1d4a06b215f10d5da23f.tar.bz2
nuttx-99ce2bc0dc474295eb1d1d4a06b215f10d5da23f.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 68c969fcd..6b6d08ab3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7871,3 +7871,6 @@
* arch/arm/src/sama5/sam_timerisr.c and configs/sama5d3*/include/board*.h:
Correct system timer frequency. Input clock is MCK/2, not MCK
(2014-7-29).
+ * fs/fs_automount.c and include/nuttx/fs/automount.h (plus hooks in other
+ files): Add support for an auto-mounter that will automatically mount
+ and unmount a file system a media is inserted and removed (2014-7-29 .