| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
| * | Updated WL examples to use new API | Dion Dokter | 2024-08-05 | 1 | -2/+2 |
| | | |||||
| * | Fix WL boot example | Dion Dokter | 2024-08-05 | 1 | -1/+10 |
| | | |||||
| * | fix(boot): update examples | Badr Bouslikhin | 2024-02-07 | 1 | -2/+2 |
| | | |||||
| * | Fix RAM origin copy paste from nrf | Ulf Lilleengen | 2022-06-29 | 1 | -1/+1 |
| | | |||||
| * | Move bootloader main to examples | Ulf Lilleengen | 2022-06-24 | 1 | -0/+15 |
| This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead. | |||||
