summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
...
* Bad memcpy!patacongo2007-03-161-1/+1
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-144-39/+55
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-135-51/+92
* 8051 integrationpatacongo2007-03-131-4/+4
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-118-353/+623
* Fixed 8051 printf bugpatacongo2007-03-111-0/+2
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-118-51/+48
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-102-11/+3
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-103-1/+17
* Debug instrumentationpatacongo2007-03-093-2/+86
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-081-1/+1
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-1/+1
* 8051 is getting closer. Still have to setup timer and uart.patacongo2007-03-021-0/+2
* Code complete for 8051 (not tested)patacongo2007-03-027-81/+180
* Add logic to suppress clock_ APIspatacongo2007-03-012-2/+8
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-0113-39/+52
* Still working toward clean 8051 linkpatacongo2007-02-2810-45/+97
* Working toward successful link using aslinkpatacongo2007-02-271-5/+6
* Finally, a clean SDCC compilepatacongo2007-02-2787-585/+595
* Progress toward clean SDCC compilationpatacongo2007-02-2144-162/+395
* Eliminating SDCC compilation errorspatacongo2007-02-215-6/+28
* Fixes for STDCC compiler (more needed)patacongo2007-02-205-8/+35
* Working toward compiler independence: Removed inline funcspatacongo2007-02-207-23/+7
* Eliminating GCC dependenciespatacongo2007-02-2055-244/+129
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-192-20/+27
* Fix problems in state restore logicpatacongo2007-02-181-1/+1
* NuttX RTOSpatacongo2007-02-17157-0/+22193