summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-22 08:51:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-22 08:51:36 -0600
commit3a54da56afcf74f0721fb847ac8b298c9782aa08 (patch)
treea11172c6faa417378b18d0072289f42c37532f4a /nuttx/ChangeLog
parentd4c848e5f49652dcb4b38506d3700d8a1e8c2dff (diff)
downloadnuttx-3a54da56afcf74f0721fb847ac8b298c9782aa08.tar.gz
nuttx-3a54da56afcf74f0721fb847ac8b298c9782aa08.tar.bz2
nuttx-3a54da56afcf74f0721fb847ac8b298c9782aa08.zip
viewtool configuration will not support boad with STM32F103VC mounted; converted one stm3210e-eval configuration to use kconfig-frontends
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0976030f3..c0b09210e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6258,3 +6258,8 @@
where x={kinetis, lm, lpc17xx, lpc43xx, sam34, or stm32}: completes
the basic implementation of nested, high priority interreupts.
Still untested and need documentation (2013-12-21).
+ * configs/stm3210e-eval/buttons: Converted to use kconfig-frontends
+ tools (untested) (2013-12-22).
+ * configs/Kconfig, configs/viewtool-stm32f107/include/board-stm32f103vct6.h,
+ and /board-stm32f107vct6.h: The viewtools board can now be configured
+ to support either the STM32F103VCT6 or the STM32F107VCT6 (2013-12-22).