summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-15 09:30:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-15 09:30:05 -0600
commit6ce7e02551987f0b8643e02de47f808dd894f42c (patch)
tree1b036195da88ffa0b8f557d5955b981cac1028d9 /nuttx/ChangeLog
parent35924e56ce2178417dff1582c323f8c01a11337a (diff)
downloadnuttx-6ce7e02551987f0b8643e02de47f808dd894f42c.tar.gz
nuttx-6ce7e02551987f0b8643e02de47f808dd894f42c.tar.bz2
nuttx-6ce7e02551987f0b8643e02de47f808dd894f42c.zip
SAMA5 NAND: Basic support for access to NAND FLASH
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 58562e10c..d1705043b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6058,4 +6058,7 @@
* tools/mkconfig.c: SMART FS must be included in the conditional
compilation for the set of writable file systems. Noted by
Daniel Palmer (2013-11-15).
-
+ * arch/arm/src/sama5/sam_nand.c and .h: Framework for an MTD driver
+ that will provide raw access to NAND (2013-11015).
+ * configs/sama5d3x-ek/src/sam_nandflash.c: Provides board-specific
+ memory controller initialize for NAND flash (2013-11015).