diff packages/io/nand/current/ChangeLog @ 2966:c6ce6b63dcb5

NAND: app interface change: read_page does only whole page, read_part_page does part pages
author Ross Younger <wry@ecoscentric.com>
date Mon, 09 Nov 2009 15:06:11 +0000
parents b3d2f083ab91
children 46c738b81b70
line wrap: on
line diff
--- a/packages/io/nand/current/ChangeLog
+++ b/packages/io/nand/current/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-09  Ross Younger  <wry@eCosCentric.com>
+
+	* nand.h: Rationalise interface:
+	  * read_page: now only reads a whole page and/or its spare.
+	  * read_part_page: Created.  Allows part-pages and optionally
+	    not checking ECC.
+	  * write_page: now only writes a whole page and/or its spare.
+	* tests: Update for interface tweak.
+
 2009-11-06  Ross Younger  <wry@eCosCentric.com>
 
 	* nand_ecc_mtd_fast.c: Created. Complete rewrite of software