zephyr/tests/kernel
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
..
alert/test_alert_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
arm_irq_vector_table tests: arm_irq_vector_table: Use CMSIS NVIC APIs directly 2017-01-23 15:15:55 -06:00
arm_runtime_nmi license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
bitfield license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
common license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
context license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
critical license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
fifo/test_fifo_api tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
ipm license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
lifo/test_lifo_api tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
mbox/mbox_api tests: kernel: mbox_api: fix uninit variable and unchecked value 2017-01-24 13:39:58 +00:00
mem_pool tests: kernel: test_mpool_concept: increase STACK_SIZE to 1024 for riscv32 2017-01-24 23:03:29 +00:00
mem_slab tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
msgq/msgq_api tests: kernel: msgq: fix unused value 2017-01-24 13:36:15 +00:00
multilib license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mutex/mutex_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
pipe/test_pipe_api tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
semaphore/sema_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
sprintf license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stack/stack_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
stackprot license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
test_build tests: newlib: disable bluetooth for now 2017-01-24 14:33:43 +00:00
threads_customdata/cdata_api tests: kernel: threads_customdata: increase STACK_SIZE to 512 for riscv32 2017-01-24 23:03:30 +00:00
threads_lifecycle license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
threads_scheduling/schedule_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
timer/timer_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
workq/workq_api license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
xip license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00