summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-24 08:48:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-24 08:48:04 -0600
commitbd5634083301f3fc7070ec26fef3340aeeba8d28 (patch)
tree1ff01a5787059047715b5a104eeb218db7583fca /nuttx/ChangeLog
parent38dac981e0d31bcbc760e6499f6b4aa7c7ef9b29 (diff)
downloadnuttx-bd5634083301f3fc7070ec26fef3340aeeba8d28.tar.gz
nuttx-bd5634083301f3fc7070ec26fef3340aeeba8d28.tar.bz2
nuttx-bd5634083301f3fc7070ec26fef3340aeeba8d28.zip
Added support for the Olimex STM32 P207 board. From Martin Lederhilger
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index dd6d02193..13a8a3def 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5866,3 +5866,9 @@
* arch/arm/include/stm32/chip.h and arch/arm/src/stm32/Kconfig:
Add support for the STM32F207ZE chip. From Martin Lederhilger
(2013-10-24).
+ * arch/arm/src/stm32/stm32_adc.c and stm32_pwm.c: Fix some bits
+ that should have been cleared in a register. From Martin Lederhilger
+ (2013-10-24).
+ * configs/olimex-stm32-p207 and other files: Support for the Olimex
+ STM32 P207 board added by Martin Lederhilger (2017-10-24).
+