summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-28 14:24:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-28 14:24:17 -0600
commitc2f92bd1abeb2cab6b1dffb6f88f10b6c8b596e1 (patch)
tree25191bf5b245633eb33a457bae77adbc921a7879 /nuttx/ChangeLog
parent8c14df6650929d13900c29d4ebfac8f98af27fde (diff)
downloadnuttx-c2f92bd1abeb2cab6b1dffb6f88f10b6c8b596e1.tar.gz
nuttx-c2f92bd1abeb2cab6b1dffb6f88f10b6c8b596e1.tar.bz2
nuttx-c2f92bd1abeb2cab6b1dffb6f88f10b6c8b596e1.zip
Add support for the STM32 Tiny development board from Laurent Latil
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e495a7a6e..50623ef24 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4822,4 +4822,9 @@
cannot be used reliably with the PIC32 USB. With this change the
configs/sure-pic32mx/usbnsh configuration works great (2013-5-28).
* configs/sure-pic32mx/src/pic32mx_nsh.c: The NSH configurations will
- support the USB monitor applications (2013-5-28). \ No newline at end of file
+ support the USB monitor applications (2013-5-28).
+ nuttx/arch/arm/include/stm32/chip.h, src/stm32/Kconfig, src/stm32/chip.h,
+ and src/stm32/chip/stm32f103c_pinmap.h: STM32F103C4 and F103C8 chip
+ support from Laurent Latil (2013-5-28)
+ * configs/stm32_tiny: Add support for the STM32 Tiny development board
+ based on th STM32 F103C8T6 MCU (2013-5-28).