embassy/embassy-nrf
huntc a5f7801d7b Provides an HFCLK timer driver
The existing (default) timer driver for nRF implements one using the RTC, which uses the LFCLK. An additional feature has been provided where the HFCLK can be used for the timer driver by using TIMER1. An STM example has also been ported so that either driver implementation can be exercised.

To use the HFCLK driver, simply use the `time-driver-timer1` feature in place of the `time-driver-rtc1` one when depending on embassy-nrf.
2022-02-19 19:15:26 +11:00
..
src Provides an HFCLK timer driver 2022-02-19 19:15:26 +11:00
Cargo.toml Provides an HFCLK timer driver 2022-02-19 19:15:26 +11:00