mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 14:08:30 +00:00
Add capability to perform initial board initialization on a separate worker thread.
This commit is contained in:
parent
c8da2db7be
commit
089cc029ec
1 changed files with 3 additions and 0 deletions
|
|
@ -419,6 +419,9 @@ CONFIG_NAME_MAX=32
|
|||
# RTOS hooks
|
||||
#
|
||||
CONFIG_BOARD_INITIALIZE=y
|
||||
CONFIG_BOARD_INITTHREAD=y
|
||||
CONFIG_BOARD_INITTHREAD_STACKSIZE=2048
|
||||
CONFIG_BOARD_INITTHREAD_PRIORITY=240
|
||||
# CONFIG_SCHED_STARTHOOK is not set
|
||||
# CONFIG_SCHED_ATEXIT is not set
|
||||
# CONFIG_SCHED_ONEXIT is not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue