summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-27 16:31:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-27 16:31:41 +0000
commit021fe70054d93cf21e99cd7ffeaa10054f2bdac6 (patch)
treef21b4561ad36b31d352525cc405aa54af4d9063f /nuttx/ChangeLog
parent1b571c64512a21d7aabc7122ead9bac785c8ff56 (diff)
downloadnuttx-021fe70054d93cf21e99cd7ffeaa10054f2bdac6.tar.gz
nuttx-021fe70054d93cf21e99cd7ffeaa10054f2bdac6.tar.bz2
nuttx-021fe70054d93cf21e99cd7ffeaa10054f2bdac6.zip
Add a flash_eraseall() function
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3918 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3468a5b62..3f5fa7e6d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2036,3 +2036,8 @@
* Scripts/makefiles/documents. Several adjustments, corrections and
typo fixes so that NuttX will build correctly on FreeBSD using the
ASH shell (submitted by Kurt Lidl).
+ * drivers/mtd/flash_eraseall.c: Add a callable function that accepts
+ the path to a block driver and then erases the underlying FLASH memory
+ (assuming that the block driver is an MTD driver wrapped in the FTL
+ layer).
+