14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT=2
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
|
|
|
|
# This test assumes it can use all configured NRF_RTC_TIMER_USER_CHAN_COUNT
|
|
# But the sync RTC code uses one while it synchronizes. Let's just disable it.
|
|
CONFIG_NRF53_SYNC_RTC=n
|
|
|
|
# Debug build
|
|
# CONFIG_NO_OPTIMIZATIONS=y
|
|
# CONFIG_ZTEST_STACK_SIZE=2048
|
|
# CONFIG_MAIN_STACK_SIZE=2048
|
|
# CONFIG_IDLE_STACK_SIZE=1024
|