You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo/CORTEX_MPS2_QEMU_IAR_GCC: increase min stack size from 80 to 88 (FreeRTOS#1332)
Compiling this demo with picolibc 1.8.9 (as packaged with Debian trixie)
results in a stack overflow. Increasing the minimal stack size from
80 to 88 bytes resolves this. (Debian trixie arm crosscompiler defaults
to compile/link against picolibc and not newlib anymore.)
Signed-off-by: Florian La Roche <[email protected]>
Co-authored-by: Gaurav-Aggarwal-AWS <[email protected]>
0 commit comments