summaryrefslogtreecommitdiff
path: root/nuttx/drivers/watchdog.c
Commit message (Collapse)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 ↵Gregory Nutt2014-08-281-2/+2
| | | | from within the kernel for certain configurations
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4618 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 watchdog configurationpatacongo2012-04-161-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4617 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatespatacongo2012-04-141-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4606 42af7a65-404d-4744-a932-0658087f49c3
* Add an upper half watchdog timer driverpatacongo2012-04-131-0/+572
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4604 42af7a65-404d-4744-a932-0658087f49c3