summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-18 15:20:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-18 15:20:47 -0600
commit56ca2f8edcd758b3d8483c89f6f7144feeb47ca9 (patch)
treee0fbc4e12013e16e1403a77ef6bc1818a5ba9b0d /nuttx/ChangeLog
parent54fdd99901b8db5ba275ea9c1f3f56efe24232ad (diff)
downloadnuttx-56ca2f8edcd758b3d8483c89f6f7144feeb47ca9.tar.gz
nuttx-56ca2f8edcd758b3d8483c89f6f7144feeb47ca9.tar.bz2
nuttx-56ca2f8edcd758b3d8483c89f6f7144feeb47ca9.zip
Some initial frame for Cortex-A5 support. No much yet
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3819f6355..4f24f5443 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5132,3 +5132,8 @@
* nuttx/configs/olimex-lpc1766stk/zmodem: Add a new configuration to
test the Zmodem sz and rz commands (which don't actually exist yet,
but will). (2013-7-12).
+ * arch/arm/include/armv7-a and src/armv7-a: Beginning to add support
+ 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).
+