embassy/examples/stm32wl
Alexandros Liarokapis 2b7e76efe9 Fix dma nvic issues on dual core lines
This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup.
Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration.
This ensures that each core will only handle the interrupts of the DMA channels that it uses.
2024-08-17 16:54:41 +03:00
..
.cargo Enable RTC on STM32WL chips (#1645) 2023-07-15 13:40:23 +02:00
src/bin Add H7 dual core to common and run fmt 2024-08-05 15:13:11 +02:00
build.rs Add missing stm32wl/stm32wb chips except stm32wle 2022-04-08 03:15:27 +02:00
Cargo.toml prepare release embassy-executor 2024-08-05 08:56:29 +02:00
memory.x Fix dma nvic issues on dual core lines 2024-08-17 16:54:41 +03:00