diff options
| author | Haobo Gu <[email protected]> | 2025-10-14 23:39:52 +0800 |
|---|---|---|
| committer | Haobo Gu <[email protected]> | 2025-10-14 23:52:32 +0800 |
| commit | 6fef28da94d133ce0cd36b5fb6ef2ef302c8eea0 (patch) | |
| tree | 98b1d4292c21d403b9c22895b96a7ebb9db54df0 /embassy-nrf/src/lib.rs | |
| parent | 4d6763364d0eab3858eebfea9d98c4fdd208faf9 (diff) | |
feat(nrf): add rtc support for nRF54L
Signed-off-by: Haobo Gu <[email protected]>
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 1b7fb7e7f..705c77453 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -155,7 +155,6 @@ pub mod reset; | |||
| 155 | #[cfg(not(feature = "_nrf54l"))] // TODO | 155 | #[cfg(not(feature = "_nrf54l"))] // TODO |
| 156 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] | 156 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] |
| 157 | pub mod rng; | 157 | pub mod rng; |
| 158 | #[cfg(not(feature = "_nrf54l"))] // TODO | ||
| 159 | pub mod rtc; | 158 | pub mod rtc; |
| 160 | #[cfg(not(feature = "_nrf54l"))] // TODO | 159 | #[cfg(not(feature = "_nrf54l"))] // TODO |
| 161 | #[cfg(not(any(feature = "_nrf51", feature = "nrf52820", feature = "_nrf5340-net")))] | 160 | #[cfg(not(any(feature = "_nrf51", feature = "nrf52820", feature = "_nrf5340-net")))] |
