summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-19 10:41:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-19 10:41:20 -0600
commit04155d16737eb8a1ea044258fa0b99148a968822 (patch)
tree83660e97d030f9101215bd09f7196498ce760301 /nuttx/ChangeLog
parent91d76cec3450de3f1684b8e0f7ae5722e4ad9378 (diff)
downloadnuttx-04155d16737eb8a1ea044258fa0b99148a968822.tar.gz
nuttx-04155d16737eb8a1ea044258fa0b99148a968822.tar.bz2
nuttx-04155d16737eb8a1ea044258fa0b99148a968822.zip
SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct behavior of the basic RTC functionality
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index acfd1bc87..a0df39c5e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5821,4 +5821,8 @@
* Kconfig: Add support for CONFIG_DEBUG_RTC (2013-10-19).
* configs/sama5d3x-ek/README.txt, demo/defconfig: Describe how to
enable RTC support for the nsh/ configuration; RTC is now enabled by
- default in the demo configuration (2013-10-19).
+ default in the demo configuration (2013-10-19).
+ * arch/arm/src/sama5/sam_rtc.h and other files: Hook the SAMA5 RTC
+ driver into the build system; Verify the correct operation of the
+ SAMA5 RTC driver (2013-10-19).
+