- Feb 03, 2017
-
-
Gregory Nutt authored
-
- Jan 30, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
In apps/examples/mtdpart/mtdpart_main.c where CONFIG_EXAMPLES_MTDPART_NPARTITIONS defining is checked should be #ifndef instead of #ifdef. Noted by Oleg Evseev
-
- Jan 29, 2017
-
-
Gregory Nutt authored
apps/examples/module and sotest: Update for names changes resulting when module library was split out from kernel module code.
-
Gregory Nutt authored
-
- Jan 27, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 24, 2017
-
-
Gregory Nutt authored
-
Juha Niskanen authored
-
- Jan 23, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
examples/module and examples/sotest can only be used in the FLAT build mode because they make illegal OS calls to ramdisk_register(), register_device(), and unregister_device().
-
Gregory Nutt authored
-
- Jan 22, 2017
-
-
Gregory Nutt authored
-
- Jan 09, 2017
-
-
Gregory Nutt authored
synchronized compiler.h
-
Aleksandr Vyhovanec authored
-
Aleksandr Vyhovanec authored
-
- Jan 07, 2017
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 03, 2017
-
-
Gregory Nutt authored
-
- Dec 29, 2016
-
-
Gregory Nutt authored
-
- Dec 26, 2016
-
-
Gregory Nutt authored
-
- Dec 25, 2016
-
-
Gregory Nutt authored
-
- Dec 21, 2016
-
-
Gregory Nutt authored
-
- Dec 20, 2016
-
-
Masayuki Ishikawa authored
-
- Dec 14, 2016
-
-
Gregory Nutt authored
Remvoe std_readline(). This called up_getc() and up_putc() directly, violating the POSIX OS interface.
-
- Dec 11, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 10, 2016
-
-
Gregory Nutt authored
examples/ostest: Add some delays to the pthread cancellation test. With deferred cancellation enabled, things happen more asynchronously
-
- Dec 08, 2016
-
-
Gregory Nutt authored
examples/ostest: Extend the pthread cancellation test to exercise pthread_cleanup_push() (and pthread_cleanup_pop() indirectly via pthread_cancel() and pthread_exit()
-
- Dec 07, 2016
-
-
Gregory Nutt authored
-
- Dec 06, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver.
-
Gregory Nutt authored
-
- Dec 05, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Dec 04, 2016
-
-
Pierre-Noel Bouteville authored
-