summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-18 11:20:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-18 11:20:57 -0600
commit9143d0ffcf1bb691480c6657651fc06c7b027a5c (patch)
treeefdfd008bdd3b736ea39bb9f4b9aee5df89b6148 /nuttx/ChangeLog
parentd455832c02729971e4990fd422958ad2623d4dfe (diff)
downloadnuttx-9143d0ffcf1bb691480c6657651fc06c7b027a5c.tar.gz
nuttx-9143d0ffcf1bb691480c6657651fc06c7b027a5c.tar.bz2
nuttx-9143d0ffcf1bb691480c6657651fc06c7b027a5c.zip
Freescale KL25Z support from Alan Carvalho de Assis
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fa28b0eff..8cd045ec6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5000,4 +5000,7 @@
(2013-6-18)
* arch/arm/src/sam34/sam_spi.c: Fix SPI mode setting. In the SAM3/4
family, the clock phase control (CPHA) is inverted (NPHA) (2013-6-18).
-
+ * arch/arm/src/kl/chip/kl_tsi.h: Freescale KL25Z TSI register
+ definitions from Alan Carvalho de Assis (2013-6-18).
+ * configs/freedom-kl25z/src/kl_tsi.c: Example TSI driver for the
+ Freedom KL25Z board from Alan Carvalho de Assis (2013-6-18).