mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
sim: add CONFIG_SIM_STACKSIZE_ADJUSTMENT to reduce variability
between sim and other different platform stack size setting Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -1808,14 +1808,12 @@ 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
|
||||
int "Idle thread stack size"
|
||||
default DEFAULT_TASK_STACKSIZE if ARCH_SIM
|
||||
default 1024
|
||||
---help---
|
||||
The size of the initial stack used by the IDLE thread. The IDLE thread
|
||||
|
||||
Reference in New Issue
Block a user