summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-03 12:52:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-03 12:52:33 -0600
commit1092e4b16395d945517b9bcbc2c48828fbe9303c (patch)
treee2171ab3f21ae1e0610903694901c776a7e1a1d8 /nuttx/ChangeLog
parent2567deb0338a774086231fbb778b639c10398cc1 (diff)
downloadnuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.tar.gz
nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.tar.bz2
nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.zip
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8b8c3152d..1d10872fc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4651,7 +4651,7 @@
* configs/sim/mtdpart: A new configuration to test MTD
partitions (2013-4-30).
* configs/sim/mkroe-stm32f4: Support for the MikroElektronika
- Mikromedia for STM32F4 development board (from Ken Petit, 2013-4-30).
+ Mikromedia for STM32F4 development board (from Ken Pettit, 2013-4-30).
* fs/smartfs: Add Ken Pettits SMART FS (2013-4-30).
* include/nuttx/mtd.h and most MTD drivers: Add support for
(optional) method to perform byte oriented writes if so configured
@@ -4663,3 +4663,9 @@
(option) byte write method (2013-5-3).
* arch/arm/src/kl: Repartitioning of definitions in headef files
from Alan Carvalho de Assis (2013-5-3).
+ * drivers/mtd/smart.c, fs/smart, and other files: SMART file system
+ now makes use of the MTD byte write capabilities when present (from
+ Ken Pettit, 2013-5-3).
+ * drivers/mtd/m25px.c: Some rearchitecting to use the byte write
+ capability (when possible) and to use 4KB sectors for the erase block
+ size when the part supports it (Ken Pettit, 2013-5-3).