summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-02 06:48:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-02 06:48:06 -0600
commit9aba6a413e3bec5ff4bcb19e98a3af22455f41fe (patch)
tree9a74fbd5d9bf5543109cdaca5b7187b2751c4074
parent9337faee31925b60a699519c4fd0506b34f0585f (diff)
downloadnuttx-9aba6a413e3bec5ff4bcb19e98a3af22455f41fe.tar.gz
nuttx-9aba6a413e3bec5ff4bcb19e98a3af22455f41fe.tar.bz2
nuttx-9aba6a413e3bec5ff4bcb19e98a3af22455f41fe.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6689241bc..b42e15235 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9361,3 +9361,8 @@
Make.defs: First cut at TM4C129X Ethernet driver. Initial commit is
basically just the STM32 Ethernet driver with modifications for a clean
compilation in the Tiva environment (2014-12-31).
+ * arch/arm/src/stm32/stm32_rtc.c, stm32_rcc.c, Kconfig: Add support for
+ the internal low speed clock (LSI) as a source of the RTC clock. Some
+ boards do not have the external 32khz oscillator installed, for those
+ boards we must fallback to the crummy internal RC clock. Turn on by
+ defining CONFIG_RTC_LSICLOCK. From Kevin Hester (2015-01-02).