[Kconfig] Use 256 as the default stack size for idle thread.
This commit is contained in:
parent
9122edd57c
commit
326d405c26
|
@ -56,10 +56,10 @@ config RT_USING_HOOK
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable the hook function when system running, such as idle thread hook, thread context switch etc.
|
Enable the hook function when system running, such as idle thread hook, thread context switch etc.
|
||||||
|
|
||||||
config IDLE_THREAD_STACK_SIZE
|
config IDLE_THREAD_STACK_SIZE
|
||||||
int "The stack size of IDLE thread"
|
int "The stack size of idle thread"
|
||||||
default 1024
|
default 256
|
||||||
|
|
||||||
config RT_USING_TIMER_SOFT
|
config RT_USING_TIMER_SOFT
|
||||||
bool "Enable software timer with a timer thread"
|
bool "Enable software timer with a timer thread"
|
||||||
|
|
Loading…
Reference in New Issue