summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/os_start.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-26Fix some list handling associated with priority inheritancepatacongo1-9/+12
2012-07-14Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo1-23/+22
2012-03-28NFS updatepatacongo1-1/+1
2012-03-25Use const storage class on a few declarations to save SRAMpatacongo1-1/+1
2012-03-21Move file-system header files to include/nuttx/fspatacongo1-1/+1
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo1-3/+3
2011-04-07Add support for kernel-mode threadspatacongo1-0/+1
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo1-12/+0
2011-04-05More separation of kernel- and user-memory managementpatacongo1-5/+6
2011-03-12Prep for 5.19 releasepatacongo1-6/+0
2011-03-12More apps/ related changespatacongo1-52/+3
2010-08-17Add on-demand paging support to ARM9 prefetch abort handlerpatacongo1-2/+5
2010-08-15Completes demand paging core implementationpatacongo1-6/+20
2010-08-14Beginning to add on-demand paging logicpatacongo1-0/+18
2010-05-26Misc improvements from David Hewsonpatacongo1-1/+6
2009-12-14Switching to C99 stdbool.h typespatacongo1-10/+11
2009-11-06Fix compile error when workqueue disabledpatacongo1-1/+1
2009-11-06Integrte work threadpatacongo1-5/+16
2009-11-05Incorporate the work threadpatacongo1-26/+25
2009-06-06Need to set UART interrupt prioritypatacongo1-1/+1
2008-11-13Added CONFIG_USERMAIN_STACKSIZEpatacongo1-1/+1
2008-11-13Change configuration namepatacongo1-1/+1
2008-01-09Support C pre-processors without variable-arg macrospatacongo1-22/+22
2007-11-23Debug can now be selectively enabled by subystempatacongo1-3/+3
2007-09-09Added network init; refactored some header filespatacongo1-1/+14
2007-03-23Add new pthread_* APIspatacongo1-2/+2
2007-03-21Added support for POSIX timerspatacongo1-4/+14
2007-03-20Changes for the SDCC compilerpatacongo1-2/+2
2007-03-19Should call free(), not sched_free() in this contextpatacongo1-1/+1
2007-03-17Fix botched conditional compilationpatacongo1-2/+2
2007-03-17Add strerror()patacongo1-2/+2
2007-03-14Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphorespatacongo1-25/+38
2007-03-11task_create now accepts variable number of arguments; 8051 bringup changespatacongo1-2/+2
2007-03-02Code complete for 8051 (not tested)patacongo1-0/+5
2007-03-01Add logic to suppress clock_ APIspatacongo1-0/+2
2007-03-01This creates a 8051 build that can run in 24Kb of RAMpatacongo1-6/+18
2007-02-28Still working toward clean 8051 linkpatacongo1-17/+37
2007-02-27Finally, a clean SDCC compilepatacongo1-3/+4
2007-02-21Progress toward clean SDCC compilationpatacongo1-1/+1
2007-02-20Fixes for STDCC compiler (more needed)patacongo1-2/+22
2007-02-20Eliminating GCC dependenciespatacongo1-3/+3
2007-02-19Fix ARM IRQ handling problem + ARM context restore problempatacongo1-3/+3
2007-02-17NuttX RTOSpatacongo1-0/+382