summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 22:31:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-15 22:31:05 +0000
commit3a4ec3a93203f710ed190244ef98dd544f718b3b (patch)
tree9d64c8ce61b033c342fe18c118e47469098b3720 /nuttx/ChangeLog
parent184a2a43e3cb1c86f7eadf915a9f584715e82d35 (diff)
downloadnuttx-3a4ec3a93203f710ed190244ef98dd544f718b3b.tar.gz
nuttx-3a4ec3a93203f710ed190244ef98dd544f718b3b.tar.bz2
nuttx-3a4ec3a93203f710ed190244ef98dd544f718b3b.zip
Add a watchdog timer test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4614 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 28253085f..249e68e35 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2657,6 +2657,5 @@
* Kconfig: Continued Kconfig file updates (no longer tracking on a per-file
basis in the ChangeLog)
- * arch/arm/src/stm32/stm32_wdog.c: Add the framework for an STM32 watchdog
- timer driver (the driver is merely a "skeleton" file on initial check-in
- but will be fleshed out over the next days).
+ * arch/arm/src/stm32/stm32_iwdog.c and stm32_wwdog.c: Add the STM32 IWDG
+ and WWDIG watchdog timer driver.