aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32/memory.x
Commit message (Collapse)AuthorAgeFilesLines
* stm32/boot: update linker file in exampleKrzysztof Królczyk2024-06-101-1/+1
| | | | Signed-off-by: Krzysztof Królczyk <[email protected]>
* Fix RAM origin copy paste from nrfUlf Lilleengen2022-06-291-1/+1
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+18
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.