tests/fpu_sharing: Increase main stack size on riscv64
Looks like switching the main return value to int means that stack frame persists and increases stack usage by a few bytes. Increase the main stack size to avoid overflows. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
5681f942a8
commit
e17191b146
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ tests:
|
|||
min_ram: 16
|
||||
kernel.fpu_sharing.generic.riscv64:
|
||||
extra_args: PI_NUM_ITERATIONS=500
|
||||
extra_configs:
|
||||
- CONFIG_MAIN_STACK_SIZE=2048
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
arch_allow: riscv64
|
||||
tags: fpu kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue