summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-01 07:29:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-01 07:29:01 -0600
commit9096cffc4582f100c0b2d1a72450617bc2fc327f (patch)
tree6fb4493bddd0a8c84d0e4c15a74810bf3dbab13b
parent55d5b35fffeba4221eafe5e161319088b92e12e1 (diff)
downloadpx4-nuttx-9096cffc4582f100c0b2d1a72450617bc2fc327f.tar.gz
px4-nuttx-9096cffc4582f100c0b2d1a72450617bc2fc327f.tar.bz2
px4-nuttx-9096cffc4582f100c0b2d1a72450617bc2fc327f.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ada8c60f3..19d253fe7 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9616,4 +9616,9 @@
(2015-01-31).
* EFM32 RTC: RTC driver using BURTC. From Pierre-Noel Bouteville
(2015-02-01).
-
+ * drivers/ramdisk.c, include/nuttx/fs/ramdisk.h, and other files: Add
+ logic to dispose of the drvier and RAM buffer when the RAM disk has
+ been unlinked and all open references to the RAM disk have been
+ closed. Add new parameters to romdisk() to specify what should be
+ done with the RAM/ROM buffer -- Should it be freed or not? Changed
+ all calls to ramdisk() to use these new parameters (2015-02-01).