Add a watchdog timer test

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4614 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-04-15 22:31:05 +00:00
parent 59ffae3d34
commit 86f4538d75
1 changed files with 2 additions and 3 deletions

View File

@ -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.