summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-08 07:00:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-08 07:00:38 -0600
commit3b08c152db42a45dc129f09ab6b0e4ac7e6054be (patch)
tree32edde2e71302c71eeaf746abf2591ee95ac132b
parent356c6e3973ac16a8c49c197f0a8077d28d149f05 (diff)
downloadpx4-nuttx-3b08c152db42a45dc129f09ab6b0e4ac7e6054be.tar.gz
px4-nuttx-3b08c152db42a45dc129f09ab6b0e4ac7e6054be.tar.bz2
px4-nuttx-3b08c152db42a45dc129f09ab6b0e4ac7e6054be.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c8ed21e7e..c9ad50ba3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10105,3 +10105,24 @@
nxtk_drawlinewindow.c: Implement line caps by drawing a file circle at
the each endpoint of a line with a radius equal to half of the width
of the line (2015-04-05).
+ * include/time.h, nuttx/time.h, libc/time/lib_dayofweek.c and
+ lib_gmtimer.c: Implements CONFIG_TIME_EXTENDED as we discussed
+ relative to providing the last 3 members of the tm struct and support
+ for filling them in and even using the wday in the STM32 RTC. From
+ David Sidrane.
+
+# Please enter the commit message for your changes. Lines starting
+# with '#' will be ignored, and an empty message aborts the commit.
+# On branch master
+# Your branch is ahead of 'origin/master' by 1 commit.
+#
+# Changes to be committed:
+# (use "git reset HEAD <file>..." to unstage)
+#
+# modified: nuttx/arch/arm/src/stm32/stm32_rtcc.c
+# modified: nuttx/include/nuttx/time.h
+# modified:
+# modified: nuttx/libc/Kconfig
+# modified: nuttx/libc/time/Make.defs
+# new file: nuttx/libc/time/lib_dayofweek.c
+# modified: nuttx/libc/time/lib_gmtimer.c