summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-25 21:21:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-25 21:21:08 +0000
commit7c21d0de72ba507c202b710b847adc5794a2fc6a (patch)
tree6ff78431ddd745e2b416e1eff97d70756739165b /nuttx/ChangeLog
parent9a50025b704fa8aef260817f2737346b680cd7fc (diff)
downloadnuttx-7c21d0de72ba507c202b710b847adc5794a2fc6a.tar.gz
nuttx-7c21d0de72ba507c202b710b847adc5794a2fc6a.tar.bz2
nuttx-7c21d0de72ba507c202b710b847adc5794a2fc6a.zip
Add a driver for SST 25 FLASH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4868 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 626af37ed..3a5066b1e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2926,5 +2926,10 @@
* arch/mips/src/pic32mx/pic32mx-gpio.c: All digital inputs were being
configured as outputs. This is a *critical* bug fix and needs to be
incorporated by any PIC32 users.
-
+ * drivers/mtd/sst25.c: Added a driver for the SST 25 SPI-based FLASH
+ parts.
+ * configs/mirtoo/src/up_nsh.c: The Mirtoo NSH configuration can now
+ mount the SST 25 devices so that it can be used for a FAT file system.
+ There are are, however, some NSH memory usage issues if this configuration
+ enabled now. Some tuning is still needed.