summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_wwdg.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Typo fixes from David SidraneGregory Nutt2015-04-061-1/+1
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-011-1/+1
* Fix a few typosGregory Nutt2014-10-101-9/+9
* Fix watchdog stop bit usage. From LazloGregory Nutt2014-10-101-0/+7
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* STM32 IWDG watchdog workspatacongo2012-04-161-9/+9
* STM32 WWDG watchdog driver workspatacongo2012-04-161-18/+81
* Finish STM32 IWDG and WWDG watchdog timer driverspatacongo2012-04-151-29/+344
* Implement STM32 IWDG driverpatacongo2012-04-151-0/+429