This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
967dc523bb
nuttx
/
sched
/
init
History
Gregory Nutt
967dc523bb
sched/: Remove the option CONFIG_BOARD_INITTHREAD. Now, if CONFIG_BOARD_INITIALIZE is selected, then the board_initialize() logic will ALWAYS run on an internal kernel thread. This will prevent the problems people have had doing inappropriate board_initialization on the IDLE thread.
2019-02-12 19:13:22 -06:00
..
init.h
Squashed commit of the following:
2019-02-04 16:20:35 -06:00
Make.defs
Squashed commit of the following:
2019-02-04 16:20:35 -06:00
nx_bringup.c
sched/: Remove the option CONFIG_BOARD_INITTHREAD. Now, if CONFIG_BOARD_INITIALIZE is selected, then the board_initialize() logic will ALWAYS run on an internal kernel thread. This will prevent the problems people have had doing inappropriate board_initialization on the IDLE thread.
2019-02-12 19:13:22 -06:00
nx_smpstart.c
Squashed commit of the following:
2019-02-04 16:20:35 -06:00
nx_start.c
CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense.
2019-02-11 12:09:26 -06:00