summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-13 10:10:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-13 10:10:11 -0600
commit08593d6ff60e2c8f59545cdb145d728662a14f6d (patch)
treee92c1a35fba688a2fc7aad3313e45fadc8b3b740 /nuttx/ChangeLog
parent7a6cb3b9846367c6abdb4ebaea632abf7ae28e93 (diff)
downloadpx4-nuttx-08593d6ff60e2c8f59545cdb145d728662a14f6d.tar.gz
px4-nuttx-08593d6ff60e2c8f59545cdb145d728662a14f6d.tar.bz2
px4-nuttx-08593d6ff60e2c8f59545cdb145d728662a14f6d.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c67a1cecc..3789bf5a5 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9780,3 +9780,11 @@
ticks. Precision was lost in the millisecond conversion. The fix is
to first convert time to a 64-bit microsecond value, then to the
configured tick value. Noted by David Sidrane (2015-02-13).
+ * include/nuttx/rtc.h, arch.h, and arch/*/src/*_rtc.h: Removed all of the
+ old, malformed RTC interface definitions from include/nuttx/rtc.h. The
+ necessary prototypes have been removed, renamed, scattered to the wind,
+ hidden under rocks, -- whatever it takes to make it clear that there is
+ no RTC interface callable from application code (2015-02-13).
+ * include/nuttx/rtc.h and fs/ioctl.h: Begin the definition of a proper,
+ driver based RTC interfaces that is better suited to the architectural
+ goals of nuttx (2015-02-13).