summaryrefslogtreecommitdiff
path: root/nuttx/sched/timer_delete.c
Commit message (Expand)AuthorAgeFilesLines
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-6/+9
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-051-0/+1
* Put timer_release in a separate filepatacongo2008-06-031-86/+1
* Improved timer life control fixpatacongo2008-06-031-27/+52
* Fix problem when timer deleted by timer handlerpatacongo2008-06-011-9/+18
* Fix memory leak: Contained watchdog not being deleted with POSIX timer deletedpatacongo2008-05-311-5/+7
* Fix important task shutdown bugspatacongo2008-05-151-1/+1
* Added support for POSIX timerspatacongo2007-03-211-2/+58
* Add the framework to support POSIX timerspatacongo2007-03-211-0/+95