drivers: timer: Increase default user-allocable channel count to 3
Increase the default user-allocable number of RTC channels to meet the nrf_802154 driver requirements. Signed-off-by: Adam Zelik <adam.zelik@nordicsemi.no>
This commit is contained in:
parent
729f1ec301
commit
d0bb17ab37
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ if NRF_RTC_TIMER
|
||||||
|
|
||||||
config NRF_RTC_TIMER_USER_CHAN_COUNT
|
config NRF_RTC_TIMER_USER_CHAN_COUNT
|
||||||
int "Additional channels that can be used"
|
int "Additional channels that can be used"
|
||||||
default 2 if NRF_802154_RADIO_DRIVER
|
default 3 if NRF_802154_RADIO_DRIVER
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.
|
Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.
|
||||||
|
|
|
@ -148,6 +148,7 @@ config NRF53_SYNC_RTC_INIT_PRIORITY
|
||||||
nRF53 Synchronized RTC initialization priority.
|
nRF53 Synchronized RTC initialization priority.
|
||||||
|
|
||||||
config NRF_RTC_TIMER_USER_CHAN_COUNT
|
config NRF_RTC_TIMER_USER_CHAN_COUNT
|
||||||
|
default 3 if NRF_802154_RADIO_DRIVER
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
config NRF53_SYNC_RTC_LOG_TIMESTAMP
|
config NRF53_SYNC_RTC_LOG_TIMESTAMP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue