zephyr/tests/kernel/early_sleep/prj.conf
Ramakrishna Pallala 2a44e8ea4d tests: kernel: Add a test to verify early sleep
Add a test to verify that k_sleep() can be used to put
the calling thread to sleep for a specified number of
ticks during system initialization.

This test is inspired from legacy test_early_sleep test
from v1.7.0 release.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-03-05 22:00:06 -05:00

5 lines
84 B
Plaintext

CONFIG_IRQ_OFFLOAD=y
CONFIG_ZTEST=y
# May fail without this
CONFIG_STDOUT_CONSOLE=n