aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-5/+0
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+32
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.