zephyr/tests/posix/common/boards
Christopher Friedt dbf7003162 tests: posix + libc: qemu_x86*: use dynamic stack size of 4096
For qemu_x86 and qemu_x86_64, it would seem that
heap-allocated thread stacks, as well as thread stacks
defined via K_THREAD_STACK_ARRAY_DEFINE(), must be at least
4096 bytes in size.

Using those sizes will ensure that these tests do not
fail with stack overflows or MMU faults.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-01-26 06:50:11 -05:00
..
qemu_x86.conf tests: posix + libc: qemu_x86*: use dynamic stack size of 4096 2024-01-26 06:50:11 -05:00
qemu_x86_64.conf tests: posix + libc: qemu_x86*: use dynamic stack size of 4096 2024-01-26 06:50:11 -05:00