nuttx-apps/examples/ostest
patacongo dba3f810e6 LPC17xx Kconfig looks good
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5099 42af7a65-404d-4744-a932-0658087f49c3
2012-09-05 21:36:03 +00:00
..
barrier.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
cancel.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
cond.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
dev_null.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
fpu.c Add single precision operations to FPU test 2012-02-26 15:27:36 +00:00
Kconfig LPC17xx Kconfig looks good 2012-09-05 21:36:03 +00:00
main.c Add configurable application entry point 2012-08-30 20:13:50 +00:00
Makefile NFS update + make some examples configurable as NSH built-ins 2012-03-22 00:51:01 +00:00
mqueue.c Fix an PIC32 error in scheduling of signal handlers 2011-12-26 16:24:43 +00:00
mutex.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
ostest.h Add a test to verify that FPU registers are properly saved and restored on context switches. 2012-02-24 21:34:55 +00:00
posixtimer.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
prioinherit.c Add some protection to the priority inheritance logic when sem_post() is called from an interrupt handler 2012-08-28 14:40:12 +00:00
rmutex.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
roundrobin.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
sem.c Move nuttx/examples to apps/examples 2011-03-20 18:18:19 +00:00
sighand.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
timedmqueue.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00
timedwait.c atexit() functions now called when task killed by task delete; For MCUs with <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead 2011-05-28 21:42:18 +00:00