summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-16 16:32:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-16 16:32:19 +0000
commitb78eb3e4bbd9a44cb38e6cd5f7fdde4e22a183f4 (patch)
tree82e3a9b70e21bda79f4a26bf36dd755dcb4160a9 /nuttx/ChangeLog
parent54c9fa75c9466f4676d12105dbf4026aeb92adb7 (diff)
downloadnuttx-b78eb3e4bbd9a44cb38e6cd5f7fdde4e22a183f4.tar.gz
nuttx-b78eb3e4bbd9a44cb38e6cd5f7fdde4e22a183f4.tar.bz2
nuttx-b78eb3e4bbd9a44cb38e6cd5f7fdde4e22a183f4.zip
First cut at support for Cortex-M0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5655 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b15cac83e..ac6a1558d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4196,3 +4196,7 @@
the CDC/ACM driver working the certain STM32 F4 hardware (but not others).
These changes appear to prevent certain race conditions that may or may
not cause USB problems. From Petteri Aimonen.
+ * arch/arm/include/armv6-m and arch/arm/src/armv6-m: First cut at support
+ for the Cortex-M0
+ * configs/nutiny-nuc120, arch/arm/include/nu1xx, and arch/arm/src/nuc1xx:
+ Fragmentary support for Nuvoton NuTiny NUC120.