summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-16 07:20:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-16 07:20:04 -0600
commit2b0df9965c4fc20ce5fd2a88520f1fcf454955f3 (patch)
treeee511c7b9159b74b68ff859347fea89ff1b57cb2
parent20ec3d5e91a6c2b52baaf992c373fd5fc2259fa5 (diff)
downloadnuttx-2b0df9965c4fc20ce5fd2a88520f1fcf454955f3.tar.gz
nuttx-2b0df9965c4fc20ce5fd2a88520f1fcf454955f3.tar.bz2
nuttx-2b0df9965c4fc20ce5fd2a88520f1fcf454955f3.zip
Updata ChangeLog
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cddac6de6..2b4bfb9c9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9812,3 +9812,6 @@
are configured. Problem note by Max Neklyudov (2015-02-14).
* include/time.h and sys/time.h: Move struct timeval from include/time.h
to include/sys/time.h where it belongs (2015-02-15).
+ * arch/arm/src/stm32/stm32_rtcc.c, stm32_rtc.h, and Kconfig: Extend the
+ RTC interface to support reading subseconds. From Jussi Kivilinna
+ (2015-02-16).