summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-13 13:00:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-13 13:00:56 -0600
commit9a5662c5298351941c747823115472b3d1c02879 (patch)
treeaf844ed55274237d6d094ece296db3edf1576ec8
parent76f926df00f69f6f145bda2dc83a6f51545faa09 (diff)
downloadnuttx-9a5662c5298351941c747823115472b3d1c02879.tar.gz
nuttx-9a5662c5298351941c747823115472b3d1c02879.tar.bz2
nuttx-9a5662c5298351941c747823115472b3d1c02879.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e4de7739a..0b8823e50 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9792,3 +9792,11 @@
drivers/ to drivers/timers (2015-02-13).
* drivers/timers/rtc.c: Add an RTC upper half driver. This is the driver
that is documented in include/nutt/rtc.h (2015-02-13).
+ * arch/arm/src/stm32/stm32_rtcc.c and stm32_rtc.h: Break out a new internal
+ interface, stm32_rtc_setdatetime(). This eliminates some un-necessary
+ time conversions. From Freddie Chopin (2015-02-13).
+ * arch/arm/src/stm32/stm32_rtc_lowerhalf.c, Make.defs, and stm32_rtc.h: Add
+ a skeleton implementation of the RTC lower half interface at
+ arch/arm/src/stm32/stm32_rtc_lowerhalf.c. This is just the framework for
+ the RTC lower half. None of the interface methods have yet been
+ implemented (2015-02-13).