summaryrefslogtreecommitdiff
path: root/nuttx/drivers/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-4/+4
* nuttx/drivers: Remove explicity references to errno. That is a problem from...Gregory Nutt2014-08-281-2/+2
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
* Fix various typos in comments. From Alan Carvalho de AssisGregory Nutt2014-04-061-3/+3
* STM32 WWDG watchdog driver workspatacongo2012-04-161-3/+2
* Add STM32 watchdog configurationpatacongo2012-04-161-2/+3
* Kconfig updatespatacongo2012-04-141-5/+8
* Add an upper half watchdog timer driverpatacongo2012-04-131-0/+572