aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-15 22:31:05 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-15 22:31:05 +0000
commit3be0d4303617db1047adb2f653f3b4422b6d451f (patch)
tree9d64c8ce61b033c342fe18c118e47469098b3720 /nuttx
parentdf5cef7de40f31a5b1fbf91be7453983e472407b (diff)
downloadpx4-firmware-3be0d4303617db1047adb2f653f3b4422b6d451f.tar.gz
px4-firmware-3be0d4303617db1047adb2f653f3b4422b6d451f.tar.bz2
px4-firmware-3be0d4303617db1047adb2f653f3b4422b6d451f.zip
Add a watchdog timer test
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4614 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-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.