summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-07 16:47:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-07 16:47:43 -0600
commit09fdb1a6083e6bee1c9f3250edf837c3255a62e2 (patch)
tree9030fd9815ed3fbe12db303d5cb1020299517475 /nuttx/ChangeLog
parentebf92427f7cfe2802251789193de0014043517c5 (diff)
downloadnuttx-09fdb1a6083e6bee1c9f3250edf837c3255a62e2.tar.gz
nuttx-09fdb1a6083e6bee1c9f3250edf837c3255a62e2.tar.bz2
nuttx-09fdb1a6083e6bee1c9f3250edf837c3255a62e2.zip
Support for the STM32F429 from Ken Pettit
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5085fa5ee..9e6998cd8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5988,4 +5988,6 @@
for a forthcoming SSC (aka I2S) driver for the SAMA5. The
initial check-in is just the SAMA5 SPI driver gutted and hacked
to use the I2S interface. More coming (2013-11-7).
+ * arch/arm/src/stm32 and arch/arm/include/stm32: Added support for
+ the STM32F429. From Ken Pettit (2013-11-7).