zephyr/tests/drivers/timer/nrf_rtc_timer/prj.conf
Krzysztof Chruscinski 0de0233eac tests: drivers: timer: nrf_rtc_timer: Adapt test to nrf52_bsim
Adapted test to be able to run on nrf52_bsim

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-12-13 19:28:08 -05:00

10 lines
224 B
Plaintext

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