mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 08:51:55 +00:00
In RISCV, stack always grows by a multiple of 16 bytes, even if we are saving data of size < 16 bytes onto the stack. Hence, for riscv32 architecture increase stack size to 512 for threads_customdata, otherwise we experience stack overflow. Change-Id: I805bc346b8a2c2f4ad6d0db622eb262290af942b Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README | ||
testcase.ini |
$make qemu Running test suite test_customdata_api tc_start() - test_customdata_get_set_coop =================================================================== PASS - test_customdata_get_set_coop. tc_start() - test_customdata_get_set_preempt =================================================================== PASS - test_customdata_get_set_preempt. =================================================================== PROJECT EXECUTION SUCCESSFUL