summaryrefslogtreecommitdiff
path: root/nuttx/sched/wdog
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+1
* Fix an important bug in the watchdog creation logicGregory Nutt2014-11-101-1/+1
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Add support for statically allocated watchdog timer structuresGregory Nutt2014-08-227-90/+40
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-216-6/+7
* If we run out of pre-allocated watchdog times, the logic will allocate additi...Gregory Nutt2014-08-217-70/+181
* Correct release notes, updat changelog, fix some conditional compilationGregory Nutt2014-08-151-3/+5
* Timers: In Tickless mode, need to stop the interval timer before inserted a n...Gregory Nutt2014-08-111-28/+14
* Tickless OS: Correct a bug: logic to detect changes in head of timer list was...Gregory Nutt2014-08-101-10/+11
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-082-2/+2
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-088-0/+1366