Skip to content

Commit 03f007e

Browse files
Andy Rossnashif
Andy Ross
authored andcommitted
drivers/timer: Reworked NRF driver with tickless support
Reworked using the older hardware interface code, but with an implementation of the new API only. Much smaller & simpler. As yet, tested (manually) only on a nrf52_pca10056 board. Signed-off-by: Andy Ross <[email protected]>
1 parent 1c30514 commit 03f007e

File tree

2 files changed

+88
-538
lines changed

2 files changed

+88
-538
lines changed

drivers/timer/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ config NRF_RTC_TIMER
152152
bool "nRF Real Time Counter (NRF_RTC1) Timer"
153153
default y
154154
depends on CLOCK_CONTROL_NRF5
155+
select TICKLESS_CAPABLE
155156
help
156157
This module implements a kernel device driver for the nRF Real Time
157158
Counter NRF_RTC1 and provides the standard "system clock driver"

0 commit comments

Comments
 (0)