From 021fe70054d93cf21e99cd7ffeaa10054f2bdac6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 27 Aug 2011 16:31:41 +0000 Subject: Add a flash_eraseall() function git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3918 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/ChangeLog') 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). + -- cgit v1.2.3