aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-25 21:21:08 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-25 21:21:08 +0000
commit7ec3df6877acc2a99bff86c03122ce15a035977d (patch)
tree6ff78431ddd745e2b416e1eff97d70756739165b /nuttx/ChangeLog
parentc8f02e00cd16f5031baad36615ec3dd76c575e02 (diff)
downloadpx4-firmware-7ec3df6877acc2a99bff86c03122ce15a035977d.tar.gz
px4-firmware-7ec3df6877acc2a99bff86c03122ce15a035977d.tar.bz2
px4-firmware-7ec3df6877acc2a99bff86c03122ce15a035977d.zip
Add a driver for SST 25 FLASH
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4868 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.