mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
arch/sim: Initialize the idle thread stack info correctly
and change the default value of IDLETHREAD_STACKSIZE to 65536 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: Ia54efbbca4b69706150bc4178844b316688a104e
This commit is contained in:
committed by
Masayuki Ishikawa
parent
a5ac4463c2
commit
cee43ce280
@@ -1800,6 +1800,7 @@ config DEFAULT_TASK_STACKSIZE
|
||||
|
||||
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