mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
27ae597fbc
The idle task is used during initialization and its stack size is operating near the boundaries of a stack overflow, causing occasional crashes during board's bringup. This commit increases the idle task stack size to solve such an issue. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>