zephyr/tests/arch/arm/arm_no_multithreading/prj.conf
Ioannis Glaropoulos 13cdeeedc0 tests: arch: arm: add a test for no-multithreading case for Cortex-m
Add a test that verifies basic ARCH-level functionality
when building Zephyr without support for multithreading.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-08-07 13:06:04 +02:00

7 lines
125 B
Plaintext

CONFIG_ZTEST=y
CONFIG_MULTITHREADING=n
CONFIG_ASSERT=y
CONFIG_FPU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_DYNAMIC_INTERRUPTS=y