summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-20 13:42:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-20 13:42:23 -0600
commit1f6d15f4875262f748b03c8f0cd832710a8228e3 (patch)
tree58c33678732c1779a8782493ee6da2ac232ce0d1 /nuttx/ChangeLog
parent44f77757325c03ea8ccc1216eff4e14e7ab042a7 (diff)
downloadnuttx-1f6d15f4875262f748b03c8f0cd832710a8228e3.tar.gz
nuttx-1f6d15f4875262f748b03c8f0cd832710a8228e3.tar.bz2
nuttx-1f6d15f4875262f748b03c8f0cd832710a8228e3.zip
Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b03fb4c47..42d79f2c0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7214,4 +7214,8 @@
* configs/zkit-arm-1769: Refreshed all defconfig files (2014-4-19).
* include/nuttx/binfmt/ieee695.h: Beginning of header file for IEEE
695 OMF header file (2014-4-19).
-
+ * arch/arm/include/stm32/chip.h and src/stm32/Kconfig: Add support
+ for the STM401RE. From Frank Bennett (2014-4-20).
+ * README.txt, Documentation/README.html, configs/Kconfig and README.txt,
+ configs/nucleo-f401re: Add support for the Nucleo-F401RE board. From
+ Frank Bennett (2014-4-20).