summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add environment variable functionpatacongo2007-06-301-1/+2
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* Don't build sleep() or usleep() if signals are disabledpatacongo2007-06-071-1/+4
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-291-1/+3
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-281-1/+1
* Added pthread_setschedprio()patacongo2007-03-241-1/+1
* Add new pthread_* APIspatacongo2007-03-231-2/+5
* Added support for POSIX timerspatacongo2007-03-211-5/+7
* Add the framework to support POSIX timerspatacongo2007-03-211-1/+4
* Add kill()patacongo2007-03-201-1/+1
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-1/+2
* Debug instrumentationpatacongo2007-03-091-1/+1
* Code complete for 8051 (not tested)patacongo2007-03-021-1/+1
* Add logic to suppress clock_ APIspatacongo2007-03-011-2/+6
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-1/+4
* Still working toward clean 8051 linkpatacongo2007-02-281-6/+17
* Working toward successful link using aslinkpatacongo2007-02-271-5/+6
* Finally, a clean SDCC compilepatacongo2007-02-271-2/+2
* Progress toward clean SDCC compilationpatacongo2007-02-211-3/+6
* Fixes for STDCC compiler (more needed)patacongo2007-02-201-1/+1
* Eliminating GCC dependenciespatacongo2007-02-201-2/+1
* NuttX RTOSpatacongo2007-02-171-0/+130