From 46602903f5defa77c1bdc07afe4a57dbb9d51904 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Thu, 11 Jan 2024 19:26:49 +0100 Subject: note on timer --- embassy-nrf/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/embassy-nrf/README.md b/embassy-nrf/README.md index 18cb21f46..ae5256a2a 100644 --- a/embassy-nrf/README.md +++ b/embassy-nrf/README.md @@ -16,7 +16,9 @@ The `embassy-nrf` HAL supports most variants of the nRF family: * nRF53 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf5340)) * nRF91 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf9160)) -Most peripherals are supported. For a complete list of available peripherals and features, see the [documentation](https://docs.embassy.dev/embassy-nrf/git/nrf52805/index.html). +Most peripherals are supported. If the `time` feature is enabled, the HAL uses the RTC peripheral as a global time driver for [embassy-time](https://crates.io/crates/embassy-time), with a tick rate of 32768 Hz. + +For a complete list of available peripherals and features, see the [documentation](https://docs.embassy.dev/embassy-nrf/git/nrf52805/index.html). ## API -- cgit