zephyr/tests/drivers/timer/nrf_rtc_timer/prj.conf
Enjia Mai 9ccf98fbf3 tests: drivers: timer: move the nrf rtc test to new ztest API
Migrate the testsuite tests/drivers/timer/nrf_rtc_timer to the
new ztest API.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-26 21:33:49 -04:00

11 lines
248 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=2
CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
# Debug build
# CONFIG_NO_OPTIMIZATIONS=y
# CONFIG_ZTEST_STACK_SIZE=2048
# CONFIG_MAIN_STACK_SIZE=2048
# CONFIG_IDLE_STACK_SIZE=1024