summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-18 18:38:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-18 18:38:49 +0000
commitd5c888e4eb96f7e781d2ab5079d462d19a63a882 (patch)
treeb8a568d5edb76800c067abd204fe6634160aad3c /nuttx/ChangeLog
parentfda2d496b945cc01afec7f5fedb175ce0dcb0a27 (diff)
downloadnuttx-d5c888e4eb96f7e781d2ab5079d462d19a63a882.tar.gz
nuttx-d5c888e4eb96f7e781d2ab5079d462d19a63a882.tar.bz2
nuttx-d5c888e4eb96f7e781d2ab5079d462d19a63a882.zip
Create an MTD driver for SPIFI
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4951 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e33bee750..548714371 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3017,5 +3017,9 @@
RTC alarm EXTI interrupt. This is work be performed mostly by Diego Sanchez.
* include/: More stylistic file clean-up.
* arch/arm/src/lpc43xx/lpc43_spifi.c, lpc43_spifi.h, and chip/lpc43_spifi.h: Add
- logic to configure and intialize the SPIFI device (does not yet work).
+ logic to configure and initialize the SPIFI device (does not yet work).
+ * configs/lpc4330-xplorer/include/board.h: Reduce SPI SCLK value.
+ * arch/arm/src/lpc43xx/lpc43_spifi.c, lpc43_spifi.h, and chip/lpc43_spifi.h:
+ Logic completely redesigned. It now creates an MTD driver to access SPIFI...
+ but the driver still does not work.