aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32h7/flash-boot.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-1/+1
|
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-1/+2
| | | | | | | | | * Remove the need for generic const expressions and use buffers provided in the flash config. * Extend embedded-storage traits to simplify generics. * Document all public APIs * Add toplevel README * Expose AlignedBuffer type for convenience. * Update examples
* Move bootloader main to examplesUlf Lilleengen2022-06-241-0/+8
This should remove some confusion around embassy-boot-* being a library vs. a binary. The binary is now an example bootloader instead.