summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-16 08:48:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-16 08:48:42 -0600
commit96e074f55f96608dcddfa7b663010c660493b1a2 (patch)
treef86aed122b28db6e444058f9b120c6bfb6312657 /nuttx/ChangeLog
parent869392869bf4dec4a58549d50ace330163d7269a (diff)
downloadnuttx-96e074f55f96608dcddfa7b663010c660493b1a2.tar.gz
nuttx-96e074f55f96608dcddfa7b663010c660493b1a2.tar.bz2
nuttx-96e074f55f96608dcddfa7b663010c660493b1a2.zip
Initial support for the Kinetis L family and the Freedom KL25Z board from Alan Carvalho de Assis
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ba23287a2..4fc39c64b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4548,4 +4548,11 @@
kconfig-config frontends tools (2013-4-12).
* configs/nucleus2g/usbserial: Converted to use the
kconfig-config frontends tools (2013-4-12).
-
+ * arch/arm/src/kl and arch/arm/include/kl: Add support for the
+ Kinetis L family of Cortex-M0+ MCUs. Contributed by Alan
+ Carvalho de Assis. NOTE: This is still very much a work in
+ progress as of this initial commit (2013-04-16).
+ * configs/freedom-kl25z: Support for the Freedom KL25Z board
+ contributed by Alan Carvalho de Assis. NOTE: This is still
+ very much a work inprogress as of this initial commit
+ (2013-04-16).