summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-28 08:33:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-28 08:33:01 -0600
commit41cbdf227289ad349d03657f922777b18b242995 (patch)
tree5e5b070e2b949046e6a12d68a29c104089035659 /nuttx/ChangeLog
parentaa673c8dec5f832bad96a337845f95552a8eba10 (diff)
downloadnuttx-41cbdf227289ad349d03657f922777b18b242995.tar.gz
nuttx-41cbdf227289ad349d03657f922777b18b242995.tar.bz2
nuttx-41cbdf227289ad349d03657f922777b18b242995.zip
Add support for the SAMA5D36
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 abc7efc2c..3c529348d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7046,7 +7046,7 @@
startup (2014-3-25).
* tools/astyle.sh: A code formatting tool from Lorenz Meier. This
tool should do a better job than the old tools/indent.sh tool
- (2014-3-26).
+ (2014-3-26).
* arch/arm/src/sam_hsmci.c and sam_spi.c: Add support to invalidate
cached memory if the CMCC is enabled (not yet tested, 2014-3-26).
* arch/arm/src/sam_spi.c: Add logic to handle SPI word widths > 8
@@ -7056,4 +7056,6 @@
(2014-3-26).
* drivers/lcd/Kconfig: Add missing configuration for the MIO283QT-9A
LCD. Reported by Toby Duckworth (2014-3-27).
+ * arch/arm/include/sama5/chip.h and arch/arm/src/sama5/Kconfig: Add
+ support for the SAMA5D36 (2014-3-28).