commit | 521e6ffb7c1fcb663b98546eeba7822e03ca5a49 | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjia.mai@intel.com> | Fri Dec 03 23:28:09 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Dec 15 21:23:29 2021 -0500 |
tree | 8088030d040f6081edb4701936612fccb86ac0f9 | |
parent | 0513b242d465743c05c7c8b394d7f6247271e4f3 [diff] |
samples: enlarge the stack size to run a sample successfully CMSIS limits the stack size, but for qemu_x86_64, qemu_xtensa, qemu_leon3 and the boards sunch as up_squared, ehl_crb, acrn_ehl_crb need more stack size to run this successfully, or the stack overflow will happened. So we enlarge the stack size to 1024 for this sample case. For other boards the original 512 is enough. Signed-off-by: Enjia Mai <enjia.mai@intel.com>