summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-24 17:28:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-24 17:28:38 +0000
commit504178ba1726406e45d21a2824b34f216ee47af3 (patch)
treedbd550cd5a34204b88b0edb41f133fea7a181433 /nuttx/ChangeLog
parent94d420845331bad3ee2aa992f58fa8d31afe9f01 (diff)
downloadnuttx-504178ba1726406e45d21a2824b34f216ee47af3.tar.gz
nuttx-504178ba1726406e45d21a2824b34f216ee47af3.tar.bz2
nuttx-504178ba1726406e45d21a2824b34f216ee47af3.zip
Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a54bd46b8..449e14fb8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4440,4 +4440,7 @@
* binfmt/binfmt_execmodule.c: Here is a place where I forget
to update the call to sched_releasetcb() to pass the thread
type as the second parameter (2013-03-23).
+ * arch/arm/src/lm, kinetis, lpc32, and nuc1xx: Add kernel build
+ support to all ARMv7-M and ARMv6-M chips. There are no
+ configurations in place to to verify these additions!