From 04155d16737eb8a1ea044258fa0b99148a968822 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 19 Oct 2013 10:41:20 -0600 Subject: SAMA5: Hook RTC into build system; Finish RTC alarm logic; Verify correct behavior of the basic RTC functionality --- nuttx/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') 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). + -- cgit v1.2.3