drivers: timer: Increase user channel count to 3 on nRF52
Increase the default user-allocable number of RTC channels to 3, which is the numer of physical RTC CC channels not used by Zephyr on nRF52 series SoCs. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
parent
b2bce527cf
commit
c8e68f62e7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ if NRF_RTC_TIMER
|
|||
|
||||
config NRF_RTC_TIMER_USER_CHAN_COUNT
|
||||
int "Additional channels that can be used"
|
||||
default 3 if SOC_SERIES_NRF52X
|
||||
default 0
|
||||
help
|
||||
Use nrf_rtc_timer.h API. Driver is not managing allocation of channels.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue