aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/stm32/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-8/+0
|
* Remove unused importsUlf Lilleengen2022-06-291-3/+0
|
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-0/+11
|
* Move bootloader main to examplesUlf Lilleengen2022-06-241-32/+0
| | | | | This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.
* boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis2022-05-311-0/+5
|
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-271-0/+27
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data