summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_free.c
Commit message (Expand)AuthorAgeFilesLines
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-10/+59
* Add support for multiple work queuespatacongo2012-09-041-2/+2
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-4/+3
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-1/+1
* More separation of kernel- and user-memory managementpatacongo2011-04-051-4/+2
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+0
* Incorporate the work threadpatacongo2009-11-051-27/+37
* Added network init; refactored some header filespatacongo2007-09-091-0/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-2/+5
* Finally, a clean SDCC compilepatacongo2007-02-271-2/+3
* Progress toward clean SDCC compilationpatacongo2007-02-211-1/+1
* Fixes for STDCC compiler (more needed)patacongo2007-02-201-2/+2
* NuttX RTOSpatacongo2007-02-171-0/+103