zephyr/tests/kernel/threads_customdata/cdata_api
Jean-Paul Etienne 2d1fd2c947 tests: kernel: threads_customdata: increase STACK_SIZE to 512 for riscv32
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>
2017-01-24 23:03:30 +00:00
..
src tests: kernel: threads_customdata: increase STACK_SIZE to 512 for riscv32 2017-01-24 23:03:30 +00:00
Makefile tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
prj.conf tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
README tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
testcase.ini tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00

$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