embassy/embassy-boot-stm32
Dario Nieuwenhuis 6a4ac5bd60 Add collapse_debuginfo to fmt.rs macros.
This makes location info in defmt logs point to the code calling the macro,
instead of always to fmt.rs as before. Fix works with nightlies
starting with today's, and stable 1.81+.
2024-06-17 01:38:57 +02:00
..
src Add collapse_debuginfo to fmt.rs macros. 2024-06-17 01:38:57 +02:00
build.rs Fix all check-cfg errors in the entire repo. 2024-05-31 21:54:42 +02:00
Cargo.toml stm32/docs: correct typos, links 2024-06-10 11:25:43 +02:00
README.md Flatten embassy-boot dir tree 2024-01-11 18:55:59 +01:00

embassy-boot-stm32

An Embassy project.

An adaptation of embassy-boot for STM32.

Features

  • Configure bootloader partitions based on linker script.
  • Load applications from active partition.