diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-27 08:46:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-27 08:46:17 +0000 |
| commit | 7ff2baf4e29c47c622e21c4eeba2d20596b65137 (patch) | |
| tree | 001742d8bc0eb525d98dac16eb1a6cb5d7b30f11 /embassy-nrf/src/lib.rs | |
| parent | 9879f8de1e5c1af80218d61837ed71d7c19c3fe8 (diff) | |
| parent | ec93a56a2e5ba4403a603b9015daa2e94712917b (diff) | |
Merge pull request #4953 from embassy-rs/nrf54-grtc
feat: support nrf54 GRTC as time-driver
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 28d2119ae..e8762b00d 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -153,6 +153,7 @@ pub mod reset; | |||
| 153 | #[cfg(not(feature = "_nrf54l"))] | 153 | #[cfg(not(feature = "_nrf54l"))] |
| 154 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] | 154 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] |
| 155 | pub mod rng; | 155 | pub mod rng; |
| 156 | #[cfg(not(feature = "_nrf54l"))] | ||
| 156 | pub mod rtc; | 157 | pub mod rtc; |
| 157 | #[cfg(not(any(feature = "_nrf51", feature = "nrf52820", feature = "_nrf5340-net")))] | 158 | #[cfg(not(any(feature = "_nrf51", feature = "nrf52820", feature = "_nrf5340-net")))] |
| 158 | pub mod saadc; | 159 | pub mod saadc; |
