nuttx-apps/examples/ostest
patacongo 25440e70b2 Fix an PIC32 error in scheduling of signal handlers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4229 42af7a65-404d-4744-a932-0658087f49c3
2011-12-26 16:24:43 +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
main.c Remove user_initialize(); Make sure all integer types are signed that need to be 2011-04-06 17:48:56 +00:00
Makefile Changes for clean build of app/ directory with Windows toolchain 2011-04-10 16:08:08 +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 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
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 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
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