summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-14 12:35:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-14 12:35:17 -0600
commite7017b30ce181934cb79c1aa0b8d27e9f26659a9 (patch)
tree143d9f8f8f2d8b12c51c19b9317dc479bf158a84 /nuttx/ChangeLog
parent52c35c351f39bb7e95753364b9d758effaac9178 (diff)
downloadnuttx-e7017b30ce181934cb79c1aa0b8d27e9f26659a9.tar.gz
nuttx-e7017b30ce181934cb79c1aa0b8d27e9f26659a9.tar.bz2
nuttx-e7017b30ce181934cb79c1aa0b8d27e9f26659a9.zip
SAM4E-EK: NSH configuration now has DMA-based SPI and AT25 Serial FLASH suported enabled by default
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 058a62a3d..90d9e0851 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6998,4 +6998,6 @@
HSMCI block driver (2014-3-13).
* arch/arm/src/sam34/sam_dmac.c and sam_spi.c: Fixes to DMA in general
and to SPI in particular (2014-3-14).
- \ No newline at end of file
+ * configs/sam4e-ek/nsh: DMA-based SPI and a FAT file system on the
+ AT25 Serial FLASH are now supported by default in the NSH configuration
+ (2014-3-14).