diff options
| author | Matthew Tran <[email protected]> | 2025-05-22 23:53:18 -0500 |
|---|---|---|
| committer | Matthew Tran <[email protected]> | 2025-05-22 23:53:18 -0500 |
| commit | 2d1652c53268ef1ac36b8d7ea6be9bf31dd79586 (patch) | |
| tree | 49650616b80cc09864ad56ba362ee33609c99a2d /embassy-nrf | |
| parent | edceb0dc7da32848fd31b525b4c247671a14eb2d (diff) | |
nrf: Enable TEMP driver for nrf5340-net
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/src/chips/nrf5340_net.rs | 3 | ||||
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/embassy-nrf/src/chips/nrf5340_net.rs b/embassy-nrf/src/chips/nrf5340_net.rs index c2932be31..d4c3e5353 100644 --- a/embassy-nrf/src/chips/nrf5340_net.rs +++ b/embassy-nrf/src/chips/nrf5340_net.rs | |||
| @@ -201,6 +201,9 @@ embassy_hal_internal::peripherals! { | |||
| 201 | 201 | ||
| 202 | // EGU | 202 | // EGU |
| 203 | EGU0, | 203 | EGU0, |
| 204 | |||
| 205 | // TEMP | ||
| 206 | TEMP, | ||
| 204 | } | 207 | } |
| 205 | 208 | ||
| 206 | impl_ipc!(IPC, IPC, IPC); | 209 | impl_ipc!(IPC, IPC, IPC); |
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 398bfed48..9d44ae7e6 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -149,7 +149,7 @@ pub mod spim; | |||
| 149 | #[cfg(not(feature = "_nrf51"))] | 149 | #[cfg(not(feature = "_nrf51"))] |
| 150 | pub mod spis; | 150 | pub mod spis; |
| 151 | #[cfg(not(feature = "_nrf54l"))] // TODO | 151 | #[cfg(not(feature = "_nrf54l"))] // TODO |
| 152 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf91")))] | 152 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] |
| 153 | pub mod temp; | 153 | pub mod temp; |
| 154 | #[cfg(not(feature = "_nrf54l"))] // TODO | 154 | #[cfg(not(feature = "_nrf54l"))] // TODO |
| 155 | pub mod timer; | 155 | pub mod timer; |
