The syscall_perf test cannot be built successfully due to region RAM overflow on qemu_riscv32_xip and hifive1_revb. The dtim is only 16KB, To reduce the main stack size to make it can be built successfully. Base on the spec(fe310-g002-manual-v1p1.pdf), the size of itim should be 8KB. Modify the definition in its DTS file. And it also fix some of the gcc warning when testing it by twister. This PR partially fixes #41399. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
17 lines
363 B
YAML
17 lines
363 B
YAML
sample:
|
|
description: syscall performances sample
|
|
name: syscall performances
|
|
common:
|
|
tags: userspace
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "User thread"
|
|
tests:
|
|
sample.syscall_performances:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
arch_allow: riscv32 riscv64
|
|
integration_platforms:
|
|
- hifive1_revb
|