summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-19 15:23:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-19 15:23:03 -0600
commit762e534b415afac552217ccb77378b808abf6a9d (patch)
tree8bdc959e1b542c9dfee3a198328ea722f35b19a0 /nuttx/ChangeLog
parentecc3d23672afce147e4e629e3e7cc2562090f02e (diff)
downloadnuttx-762e534b415afac552217ccb77378b808abf6a9d.tar.gz
nuttx-762e534b415afac552217ccb77378b808abf6a9d.tar.bz2
nuttx-762e534b415afac552217ccb77378b808abf6a9d.zip
Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s) in particular
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 4f24f5443..a6f7eb438 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5136,4 +5136,8 @@
for the ARMMv7-A, the Cortex-A5 in particular. The initial checkin
is only fragmentary: A few header files and some copied ARM9
assembly files. More to come (2013-7-18).
-
+ * arch/arm/include/sama5, arch/arm/src/sama5, and configs/sama5d3x-e:
+ Add a directory framework to support the Atmel AT91SAMA5D3 family and
+ the SAMA5D3x-EK board(s) in particular. There is very little here on
+ the first check-in, this structure is being used now primarily to
+ create the Cortex-A5 support (2013-7-19).