summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/examples to apps/examplespatacongo2011-03-2017-4582/+0
* Fix bug in prio inheritance testpatacongo2010-09-291-0/+4
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-156-20/+19
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-133-10/+15
* A big, hard-coded stack size was used in several placespatacongo2009-07-143-8/+8
* lm3s6918 updatepatacongo2009-05-081-0/+1
* Finishes initial verification of priority inheritance logicpatacongo2009-03-141-12/+21
* Add debug instrumentation; fix pholder freeing logicpatacongo2009-03-133-0/+36
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-1/+5
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-96/+198
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-2/+8
* Enhance priority inheritance testpatacongo2009-03-102-26/+143
* Add support for priority inheritancepatacongo2009-03-084-13/+329
* cosmeticpatacongo2009-02-281-1/+2
* Make number of threads in barrier test configurablepatacongo2008-09-186-69/+112
* ARM architecture supports lowconsolepatacongo2008-09-182-3/+9
* Add recursive mutex testpatacongo2008-06-054-29/+210
* examples/ostest can be executed in a looppatacongo2008-06-012-63/+81
* Bad errno access in printf statementspatacongo2008-02-021-5/+5
* *** empty log message ***patacongo2008-01-311-2/+2
* Z16F integration changespatacongo2008-01-311-3/+5
* Fix commentspatacongo2008-01-301-2/+2
* Cosmeticpatacongo2008-01-301-1/+2
* Typopatacongo2008-01-301-3/+3
* Misc fixespatacongo2008-01-291-1/+1
* Eliminate some Z16F compilation warnings.patacongo2008-01-283-34/+36
* Z16F compile/link with all OS features enabledpatacongo2008-01-282-10/+17
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-1/+1
* ZNeo compiler now workspatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-081-7/+5
* More SDCC compilation fixespatacongo2007-12-303-10/+69
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* Added network init; refactored some header filespatacongo2007-09-092-2/+1
* Added cp commandpatacongo2007-07-011-1/+7
* Add a test of environment variablespatacongo2007-06-301-0/+97
* Don't call usleep if signals are disabledpatacongo2007-06-091-0/+4
* Don't call fflush if streams are disabledpatacongo2007-06-071-0/+14
* Error in memcpy arguments for SDCC platformspatacongo2007-06-071-1/+1
* Add timed mqueue test.patacongo2007-03-294-2/+403
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-281-10/+50
* Create a place to hold board specific header filespatacongo2007-03-261-1/+0
* Add test of pthread barrier logicpatacongo2007-03-244-1/+164
* Fix memory leakspatacongo2007-03-233-5/+151
* Needs prototype for timer_test()patacongo2007-03-231-0/+4
* should not include pthread.hpatacongo2007-03-232-2/+0
* Simultaneous flushing stdout from several threads corrects the output. That ...patacongo2007-03-221-6/+1
* Added support for POSIX timerspatacongo2007-03-214-5/+261