embassy/embassy-boot/stm32
Ulf Lilleengen 3ca7314476 Remove generic const expressions from embassy-boot
* 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
2022-09-02 08:25:36 +02:00
..
src Remove generic const expressions from embassy-boot 2022-09-02 08:25:36 +02:00
build.rs Remove unused imports 2022-06-29 19:19:24 +02:00
Cargo.toml split embassy-util into embassy-futures, embassy-sync. 2022-08-22 22:18:13 +02:00
README.md Add stm32 flash + bootloader support 2022-04-27 15:17:18 +02:00

Bootloader for STM32

The bootloader uses embassy-boot to interact with the flash.

Usage

Flash the bootloader

cargo flash --features embassy-stm32/stm32wl55jc-cm4 --release --chip STM32WLE5JCIx