diff --git a/ChangeLog b/ChangeLog index 617a1c264b..e08bd7783f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -915,3 +915,8 @@ 0.4.13 2009-xx-xx Gregory Nutt + * include/nuttx/mtd.h. Added a simple interface definition to support some + FLASH, EEPROM, NVRAM, etc. devices. + * driver/mtd/m25px.c. Added a driver for SPI based FLASH parts M25P64 and M25P128. + + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 382faeb879..8d725e5350 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 17, 2009

+

Last Updated: October 18, 2009

@@ -1567,6 +1567,10 @@ buildroot-0.1.7 2009-06-26 <spudmonkey@racsa.co.cr>