summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-19 18:02:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-19 18:02:32 +0000
commit5d2cb5987bd1487b5aada95997843ad1c1b796b0 (patch)
tree7de2d641c3078899ffe1f047ebcae9b94adf8df7 /nuttx/ChangeLog
parentde295e295ed7ce16a14f49ba0b6ca6e1f086a0a0 (diff)
downloadnuttx-5d2cb5987bd1487b5aada95997843ad1c1b796b0.tar.gz
nuttx-5d2cb5987bd1487b5aada95997843ad1c1b796b0.tar.bz2
nuttx-5d2cb5987bd1487b5aada95997843ad1c1b796b0.zip
Add support for STM32F100x value line. Contributed by Mike Smith. Still missing a file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4955 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 548714371..f9707f959 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3022,4 +3022,10 @@
* arch/arm/src/lpc43xx/lpc43_spifi.c, lpc43_spifi.h, and chip/lpc43_spifi.h:
Logic completely redesigned. It now creates an MTD driver to access SPIFI...
but the driver still does not work.
-
+ * arch/arm/src/stm32 and arch/arm/include/stm32: Make name of RTC ALARM interrupt
+ common on STM32 F1,2,4
+ * arch/arm/src/stm32 and arch/arm/include/stm32: Add add support for the
+ STM32F100x "Value Line" devices. This includes changes to stm32F10xx_rcc.c that
+ add the ability to run the chip off the internal oscillator. There is no open
+ board configuration for this part yet (the STM32F0Discovery or STM32VL boards
+ would be good candidates). Contributed by Mike Smith.