summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest/main.c
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/examples to apps/examplespatacongo2011-03-201-523/+0
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-10/+12
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-6/+7
* Add debug instrumentation; fix pholder freeing logicpatacongo2009-03-131-0/+4
* Enhance priority inheritance testpatacongo2009-03-101-0/+4
* Add support for priority inheritancepatacongo2009-03-081-2/+10
* cosmeticpatacongo2009-02-281-1/+2
* Make number of threads in barrier test configurablepatacongo2008-09-181-20/+1
* Add recursive mutex testpatacongo2008-06-051-0/+8
* examples/ostest can be executed in a looppatacongo2008-06-011-62/+79
* Eliminate some Z16F compilation warnings.patacongo2008-01-281-30/+30
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
* Added cp commandpatacongo2007-07-011-1/+7
* Add a test of environment variablespatacongo2007-06-301-0/+97
* Error in memcpy arguments for SDCC platformspatacongo2007-06-071-1/+1
* Add timed mqueue test.patacongo2007-03-291-1/+9
* Add test of pthread barrier logicpatacongo2007-03-241-0/+8
* Fix memory leakspatacongo2007-03-231-1/+120
* Added support for POSIX timerspatacongo2007-03-211-0/+6
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+1
* Verified roundrobin testpatacongo2007-03-171-2/+0
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-171-0/+8
* Fixed 8051 printf bugpatacongo2007-03-111-18/+55
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-9/+7
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-081-1/+1
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-2/+2
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+5
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-7/+27
* Still working toward clean 8051 linkpatacongo2007-02-281-0/+8
* Finally, a clean SDCC compilepatacongo2007-02-271-7/+7
* Eliminating GCC dependenciespatacongo2007-02-201-10/+10
* NuttX RTOSpatacongo2007-02-171-0/+178