summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-13 15:54:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-13 15:54:09 -0600
commitef1c49c6f035e0e33ed0becdd1d45ba80866feb4 (patch)
tree943d1ed92fe98801a7c24455bc25b8c6c249e987 /nuttx/ChangeLog
parentb53a794218211b71b00b2a9167338b52b5f5f185 (diff)
downloadnuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.tar.gz
nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.tar.bz2
nuttx-ef1c49c6f035e0e33ed0becdd1d45ba80866feb4.zip
SAM3/4: Integrate the SPI DMA interface with the existing code. Does not yet work.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fa0465eb9..29a0122c3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6993,4 +6993,6 @@
SPI peripherals as needed by the SAM3A and SAM3X and also supports
DMAC (but not PDC). The initial commit is untested and may very
well have (temporarily) broken SPI for the SAM3/4/ family (2014-3-13).
-
+ * configs/sam4e-ek/src/sam_at25.c and sam_hsmci.c: Added support for
+ the AT25 serial FLASH. Restructured the logic that registers the
+ HSMCI block driver (2014-3-13).