zephyr/tests/kernel/mem_protect
Jim Shu e2d67d60ba tests: mem_protect: enlarge heap size of RISCV64
Because k_thread size in RISCV64 is near 512 bytes, (num_of_thread *
256) bytes heap size is not enough. Enlarge heap size in RISCV64
to the (num_of_thread * 1024) bytes like x86_64 and ARM64.

Signed-off-by: Jim Shu <cwshu09@gmail.com>
2022-01-18 13:11:36 -05:00
..
demand_paging boards: qemu_x86_tiny: enabled for general demand paging testing 2021-08-26 21:16:22 -04:00
futex cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mem_map tests: mem_map: limit memory below 0x10000000 on up_squared. 2021-09-16 09:32:36 -04:00
mem_protect tests: mem_protect: enlarge heap size of RISCV64 2022-01-18 13:11:36 -05:00
obj_validation cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
protection cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
stack_random subsys/random: change parameters for timer-based PRNG 2021-08-30 09:32:36 -04:00
stackprot tests: remove @return doc for void functions 2022-01-12 16:02:16 -05:00
sys_sem cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
syscalls tests: syscall: fix low value of CONFIG_MAX_THREAD_BYTES 2021-12-09 19:46:25 -05:00
userspace tests: kernel: Fix address-of-packed-mem warning 2021-12-10 14:08:59 +01:00