nuttx/configs/stm32f746-ws
Gregory Nutt 50ca32e254 Squashed commit of the following:
sched/:  Convert legitimate uses of task_create() to nxtask_create().  Review handling of returned values from all uses of kthread_create() (as well as nxtask_create()).
    graphics/:  Review return values for all calls to kthread_start() because it no longer returns an errno.
    drivers/:  threads started by drivers should be kernel threads, not user tasks.  Review return values for all calls to kthread_start() because it no longer returns an errno.
    configs/:  threads started by board bringup logic should be kernel threads, not user tasksi (part 2 of 2).
    sched/task:  Add nxtask_create().  Kthread_create() and nxtask_create() are internal OS functions and should not modify the errno variable.  configs/:  threads started by board bringup logic should be kernel threads, not user tasks.
2018-01-31 16:11:54 -06:00
..
include configs/*/include; Remove prototype of stm32_boardinitialize() from board.h files. The authorative prototype is in arch/arm/src/stm32*/stm32*_start.h 2017-12-16 20:02:03 -06:00
nsh Move remaining, unique Make.defs files into scripts directory. 2017-07-11 11:14:11 -06:00
scripts Move remaining, unique Make.defs files into scripts directory. 2017-07-11 12:13:36 -06:00
src Squashed commit of the following: 2018-01-31 16:11:54 -06:00
Kconfig copy nucleo-144 to stm32f746-ws 2016-05-23 15:05:56 +02:00