aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32wl/memory.x
Commit message (Collapse)AuthorAgeFilesLines
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-171-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 APIDion Dokter2024-08-051-2/+2
|
* Fix WL boot exampleDion Dokter2024-08-051-1/+10
|
* fix(boot): update examples Badr Bouslikhin2024-02-071-2/+2
|
* Fix RAM origin copy paste from nrfUlf Lilleengen2022-06-291-1/+1
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+15
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.