mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
f4a38c01df
ESP32 SoC use a static allocated array as idle stack. To fit the existed idle stack allocation, make idle stack allocated from ebss for the whole esp32 series. Signed-off-by: Inochi Amaoto <inochiama@outlook.com>