summaryrefslogtreecommitdiff
path: root/nuttx/sched/wdog/wd_start.c
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
* Add support for statically allocated watchdog timer structuresGregory Nutt2014-08-221-22/+22
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-1/+1
* If we run out of pre-allocated watchdog times, the logic will allocate additi...Gregory Nutt2014-08-211-4/+4
* 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
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-081-0/+495