aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/Cargo.toml
diff options
context:
space:
mode:
authorHaobo Gu <[email protected]>2025-10-14 23:39:52 +0800
committerHaobo Gu <[email protected]>2025-10-14 23:52:32 +0800
commit6fef28da94d133ce0cd36b5fb6ef2ef302c8eea0 (patch)
tree98b1d4292c21d403b9c22895b96a7ebb9db54df0 /embassy-nrf/Cargo.toml
parent4d6763364d0eab3858eebfea9d98c4fdd208faf9 (diff)
feat(nrf): add rtc support for nRF54L
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'embassy-nrf/Cargo.toml')
-rw-r--r--embassy-nrf/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 17ffaf439..28f137d5c 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -80,6 +80,8 @@ unstable-pac = []
80gpiote = [] 80gpiote = []
81 81
82## Use RTC1 as the time driver for `embassy-time`, with a tick rate of 32.768khz 82## Use RTC1 as the time driver for `embassy-time`, with a tick rate of 32.768khz
83##
84## Note: For nRF54L, it's actually RTC30
83time-driver-rtc1 = ["_time-driver"] 85time-driver-rtc1 = ["_time-driver"]
84 86
85## Enable embassy-net 802.15.4 driver 87## Enable embassy-net 802.15.4 driver