summaryrefslogtreecommitdiffstats
path: root/nuttx/examples/ostest/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-20Move nuttx/examples to apps/examplespatacongo1-523/+0
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo1-10/+12
2009-12-13Eliminate some hcs12 compile errors/warningspatacongo1-6/+7
2009-03-13Add debug instrumentation; fix pholder freeing logicpatacongo1-0/+4
2009-03-10Enhance priority inheritance testpatacongo1-0/+4
2009-03-08Add support for priority inheritancepatacongo1-2/+10
2009-02-28cosmeticpatacongo1-1/+2
2008-09-18Make number of threads in barrier test configurablepatacongo1-20/+1
2008-06-05Add recursive mutex testpatacongo1-0/+8
2008-06-01examples/ostest can be executed in a looppatacongo1-62/+79
2008-01-28Eliminate some Z16F compilation warnings.patacongo1-30/+30
2007-11-23Debug can now be selectively enabled by subystempatacongo1-1/+1
2007-09-09Added network init; refactored some header filespatacongo1-1/+1
2007-07-01Added cp commandpatacongo1-1/+7
2007-06-30Add a test of environment variablespatacongo1-0/+97
2007-06-07Error in memcpy arguments for SDCC platformspatacongo1-1/+1
2007-03-29Add timed mqueue test.patacongo1-1/+9
2007-03-24Add test of pthread barrier logicpatacongo1-0/+8
2007-03-23Fix memory leakspatacongo1-1/+120
2007-03-21Added support for POSIX timerspatacongo1-0/+6
2007-03-20Restructure header files for POSIX compliance; eliminate compile warningspatacongo1-0/+1
2007-03-17Verified roundrobin testpatacongo1-2/+0
2007-03-17Add test of roundrobin scheduler (still does not work)patacongo1-0/+8
2007-03-11Fixed 8051 printf bugpatacongo1-18/+55
2007-03-11task_create now accepts variable number of arguments; 8051 bringup changespatacongo1-9/+7
2007-03-08Fix c5471 signal handling + deallocation bugpatacongo1-1/+1
2007-03-04Add capability to manager memory in discontiguous regions.patacongo1-2/+2
2007-03-02Code complete for 8051 (not tested)patacongo1-0/+5
2007-03-01This creates a 8051 build that can run in 24Kb of RAMpatacongo1-7/+27
2007-02-28Still working toward clean 8051 linkpatacongo1-0/+8
2007-02-27Finally, a clean SDCC compilepatacongo1-7/+7
2007-02-20Eliminating GCC dependenciespatacongo1-10/+10
2007-02-17NuttX RTOSpatacongo1-0/+178