zephyr/samples/userspace
Enjia Mai 27db56468a samples: userspace: fix syscall_perf test cannot be run
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>
2022-01-04 15:51:43 -05:00
..
hello_world_user cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
prod_consumer samples: prod_consumer: use app_shared.h instead of main.h 2021-12-02 10:53:55 +01:00
shared_mem kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
syscall_perf samples: userspace: fix syscall_perf test cannot be run 2022-01-04 15:51:43 -05:00
index.rst