From 4529dcaaf3b8c2cd6d51e77031df14e65ca99682 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 1 Feb 2015 07:29:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ada8c60f322..19d253fe7a3 100755 --- a/ChangeLog +++ b/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).