aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/README.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-11 19:26:49 +0100
committerUlf Lilleengen <[email protected]>2024-01-11 19:26:49 +0100
commit46602903f5defa77c1bdc07afe4a57dbb9d51904 (patch)
treebb638b79b63f61ef1202abf3d72d685d5c0d29d2 /embassy-nrf/README.md
parentf9e274e0574c58b0132612eb5aae81ea51a4b931 (diff)
note on timer
Diffstat (limited to 'embassy-nrf/README.md')
-rw-r--r--embassy-nrf/README.md4
1 files changed, 3 insertions, 1 deletions
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:
16* nRF53 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf5340)) 16* nRF53 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf5340))
17* nRF91 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf9160)) 17* nRF91 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf9160))
18 18
19Most 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). 19Most 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.
20
21For a complete list of available peripherals and features, see the [documentation](https://docs.embassy.dev/embassy-nrf/git/nrf52805/index.html).
20 22
21## API 23## API
22 24