8a9136e4e4
inline assembly is supported since rust 1.59, we're way past that. enabling this makes the compiled code more compact, and on rp2040 even decreses memory usage by not needing thunks in sram. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
memory.x | ||
README.md |
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