nuttx-apps/examples/ostest
2014-08-07 18:00:38 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -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 Cancel test needs to wait for the thread to set non-cancelable mode at one point 2013-04-18 11:37:38 -06:00
cond.c Make sure that there is one space after for 2014-04-12 13:28:22 -06:00
dev_null.c
fpu.c More trailing whilespace removal 2014-04-13 16:24:28 -06:00
Kconfig Add FPU configuration options for the OS test 2013-09-18 10:30:52 -06:00
Makefile Remove CONFIG_DISABLE_CLOCK 2014-08-07 12:35:24 -06:00
mqueue.c
mutex.c
ostest_main.c Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors 2014-08-07 18:00:38 -06:00
ostest.h Fix some problems with the vfork() test on the STM32F3Discovery 2013-02-08 22:53:14 +00:00
posixtimer.c
prioinherit.c More trailing whilespace removal 2014-04-13 16:24:28 -06:00
restart.c Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors 2014-08-07 18:00:38 -06:00
rmutex.c More trailing whilespace removal 2014-04-13 16:24:28 -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 More trailing whilespace removal 2014-04-13 16:24:28 -06:00
sighand.c Add Z16F NSH configuration 2014-01-01 12:40:18 -06:00
timedmqueue.c
timedwait.c
vfork.c Fix some problems with the vfork() test on the STM32F3Discovery 2013-02-08 22:53:14 +00:00
waitpid.c Minor changes to make OS test more robust in the presence of many memory allocation failures 2013-02-26 00:56:59 +00:00