nuttx-apps/examples/ostest
2015-07-10 13:32:00 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
aio.c Fixes for more cppcheck complaints. Mostly cosmetic 2014-11-25 14:51:10 -06:00
barrier.c More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced 2014-02-10 19:11:56 -06:00
cancel.c sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes 2015-06-16 08:32:20 -06:00
cond.c Make sure that there is one space after for 2014-04-12 13:28:22 -06:00
dev_null.c USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 2012-09-13 14:14:18 +00:00
fpu.c Make sure that FPU test, HID keyboard example, and touchscreen options are only available in the FLAT build 2015-03-23 19:03:51 -06:00
Kconfig Fix a missing quot mark in a Kconfig 2015-07-08 13:43:17 -06:00
Make.defs apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
Makefile Add a test of nested signals. There are no failures to handle signals but neither am I getting any nested signal handling 2015-05-12 12:39:21 -06:00
mqueue.c More fixes to issues noted by cppcheck 2014-11-25 11:45:00 -06:00
mutex.c More fixes to issues noted by cppcheck 2014-11-25 11:45:00 -06:00
nsem.c Fix to bugs in initial commit of named semaphore test 2014-09-28 13:08:57 -06:00
ostest_main.c os_main.c may not call waitpid() and so needs to include sys/wait.h 2015-07-10 13:32:00 -06:00
ostest.h OS test, signal nesting. Better to mark some variables as volatile 2015-05-12 20:58:22 -06:00
posixtimer.c USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 2012-09-13 14:14:18 +00:00
prioinherit.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
restart.c Use more standard *argv[] instead easier **argv 2014-09-06 09:23:23 -06:00
rmutex.c sched/pthread: Implement pthread_mutex_trylock() for recursive mutexes 2015-06-16 08:32:20 -06:00
roundrobin.c Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming) 2013-02-26 14:09:43 +00:00
sem.c Add a simple named semaphore test to the OS test 2014-09-28 13:02:36 -06:00
semtimed.c OS test: Improved error checking for sem_timedwait() from Juha Niskanen 2015-02-20 07:31:59 -06:00
sighand.c Remove some ugly kernel mode hooks 2015-05-12 16:40:26 -06:00
signest.c OS test, signal nesting. Better to mark some variables as volatile 2015-05-12 20:58:22 -06:00
sigprocmask.c apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelse 2015-04-09 15:53:59 -06:00
timedmqueue.c More fixes to issues noted by cppcheck 2014-11-25 11:45:00 -06:00
timedwait.c USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 2012-09-13 14:14:18 +00:00
vfork.c Fix some problems with the vfork() test on the STM32F3Discovery 2013-02-08 22:53:14 +00:00
waitpid.c Use more standard *argv[] instead easier **argv 2014-09-06 09:23:23 -06:00