mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Increase the default thread analyzer stack size. On ARM systems the stack usage is higher with CONFIG_FPU enabled. The default of 512 is not enough in this case and lead to stack overflow. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>