.. |
.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
|
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
|
USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation..
|
2012-09-13 14:14:18 +00:00 |
fpu.c
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
Kconfig
|
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
|
2014-10-05 15:44:43 -06:00 |
Makefile
|
Add AIO test case in OS test
|
2014-10-05 13:24:03 -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
|
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
|
2014-10-05 15:44:43 -06:00 |
ostest.h
|
apps/examples/ostest: Missing prototype for nsem_test()
|
2014-12-06 07:33:40 -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
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
restart.c
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
rmutex.c
|
Fixes for more cppcheck complaints. Mostly cosmetic
|
2014-11-25 14:51:10 -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
|
Add a trivial test of sem_timedwait() to the OS test
|
2014-09-26 07:04:34 -06:00 |
sighand.c
|
More fixes to issues noted by cppcheck
|
2014-11-25 11:45:00 -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 |