Skip to content

Commit f7c796e

Browse files
authored
Merge branch 'embassy-rs:main' into dfu-msos
2 parents 3c73b49 + 575eab3 commit f7c796e

File tree

5 files changed

+379
-1
lines changed

5 files changed

+379
-1
lines changed

embassy-nrf/src/chips/nrf5340_app.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ embassy_hal_internal::peripherals! {
262262
PPI_GROUP4,
263263
PPI_GROUP5,
264264

265+
// IPC
266+
IPC,
267+
265268
// GPIO port 0
266269
#[cfg(feature = "lfxo-pins-as-gpio")]
267270
P0_00,
@@ -327,6 +330,8 @@ embassy_hal_internal::peripherals! {
327330
EGU5,
328331
}
329332

333+
impl_ipc!(IPC, IPC, IPC);
334+
330335
impl_usb!(USBD, USBD, USBD);
331336

332337
impl_uarte!(SERIAL0, UARTE0, SERIAL0);

embassy-nrf/src/chips/nrf5340_net.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ embassy_hal_internal::peripherals! {
141141
PPI_GROUP4,
142142
PPI_GROUP5,
143143

144+
// IPC
145+
IPC,
146+
144147
// GPIO port 0
145148
P0_00,
146149
P0_01,
@@ -200,6 +203,8 @@ embassy_hal_internal::peripherals! {
200203
EGU0,
201204
}
202205

206+
impl_ipc!(IPC, IPC, IPC);
207+
203208
impl_uarte!(SERIAL0, UARTE0, SERIAL0);
204209
impl_spim!(SERIAL0, SPIM0, SERIAL0);
205210
impl_spis!(SERIAL0, SPIS0, SERIAL0);

0 commit comments

Comments
 (0)