summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-19 12:26:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-19 12:26:47 -0600
commit1bda9bba47b369be336bb7a198eef6920d695fed (patch)
treedcea5af201cc49d06797192abe9fba5e4287c274 /nuttx/ChangeLog
parent04155d16737eb8a1ea044258fa0b99148a968822 (diff)
downloadpx4-nuttx-1bda9bba47b369be336bb7a198eef6920d695fed.tar.gz
px4-nuttx-1bda9bba47b369be336bb7a198eef6920d695fed.tar.bz2
px4-nuttx-1bda9bba47b369be336bb7a198eef6920d695fed.zip
SAMA5: Initial WDT timer (untested)
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a0df39c5e..3c5e8a54a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5825,4 +5825,6 @@
* 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).
+ * arch/arm/src/sama5/sam_wdt.c and .h: Add a SAMA5 watchdog timer
+ drvier. Untested on initial check-in (2013-10-19).