zephyr/tests/kernel/threads_customdata/cdata_api/src
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
..
main.c tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
Makefile tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
test_cdata.h tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
test_customdata_api.c tests: kernel: threads_customdata: increase STACK_SIZE to 512 for riscv32 2017-01-24 23:03:30 +00:00