zephyr/tests/kernel/threads/no-multithreading/prj.conf
Mateusz Holenko 93923cb0ba tests: no-multithreading: Disable networking
When networking is selected, building the test
fails with:
undefined reference to `z_impl_k_thread_create'

Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
2019-12-18 10:35:15 +02:00

6 lines
84 B
Plaintext

CONFIG_ZTEST=y
CONFIG_MULTITHREADING=n
CONFIG_BT=n
CONFIG_USB=n
CONFIG_NETWORKING=n