mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
sched: Move the default Task Stack size to Stack menu
This commit is contained in:
committed by
Xiang Xiao
parent
a6e963a965
commit
c172ced3ba
@@ -27,13 +27,6 @@ config DEFAULT_SMALL
|
|||||||
have already been selected in your configuration file. This applies
|
have already been selected in your configuration file. This applies
|
||||||
only to new settings that require a default value.
|
only to new settings that require a default value.
|
||||||
|
|
||||||
config DEFAULT_TASK_STACKSIZE
|
|
||||||
int "The default stack size for tasks"
|
|
||||||
default 65536 if ARCH_SIM
|
|
||||||
default 2048
|
|
||||||
---help---
|
|
||||||
The default stack size for tasks.
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Build Host Platform"
|
prompt "Build Host Platform"
|
||||||
default HOST_LINUX
|
default HOST_LINUX
|
||||||
|
|||||||
@@ -1746,6 +1746,13 @@ endmenu # Work Queue Support
|
|||||||
|
|
||||||
menu "Stack and heap information"
|
menu "Stack and heap information"
|
||||||
|
|
||||||
|
config DEFAULT_TASK_STACKSIZE
|
||||||
|
int "The default stack size for tasks"
|
||||||
|
default 65536 if ARCH_SIM
|
||||||
|
default 2048
|
||||||
|
---help---
|
||||||
|
The default stack size for tasks.
|
||||||
|
|
||||||
config IDLETHREAD_STACKSIZE
|
config IDLETHREAD_STACKSIZE
|
||||||
int "Idle thread stack size"
|
int "Idle thread stack size"
|
||||||
default 1024
|
default 1024
|
||||||
|
|||||||
Reference in New Issue
Block a user