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>
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_ZTEST=y
|
|
# May fail without this
|
|
CONFIG_STDOUT_CONSOLE=n
|