zephyr/tests/kernel/mem_pool/test_mpool_concept/src
Jean-Paul Etienne bc81926b9a tests: kernel: test_mpool_concept: increase STACK_SIZE to 1024 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 a bigger stack size is required for
test_mpool_concept, otherwise we experience stack overflow.

Change-Id: I938aa511efcae66f0131fa1bc23bd68600421885
Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>
2017-01-24 23:03:29 +00:00
..
main.c tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
Makefile
test_mpool_alloc_size.c tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
test_mpool_alloc_wait.c tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
test_mpool_merge_fail_diff_parent.c tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
test_mpool_merge_fail_diff_size.c tests: update to Apache 2.0 SPDX tags on new tests 2017-01-21 01:21:21 +00:00
test_mpool.h tests: kernel: test_mpool_concept: increase STACK_SIZE to 1024 for riscv32 2017-01-24 23:03:29 +00:00