embassy/embassy-boot-rp
Timo Kröger 4c098faef5 chore: Prepare release for embassy-boot-* crates
Prepare the bootloader crates for a release with `embassy-sync@0.7.0`
as dependency for compatiblity with other released crates.
`embassy-sync` is used in the public api of `embassy-boot` which is
reexported by the `embassy-boot-*` crates. That is why a minor version
bump of all crates is required.
2025-07-21 13:40:36 +02:00
..
2024-01-11 18:55:59 +01:00

embassy-boot-rp

An Embassy project.

An adaptation of embassy-boot for RP2040.

NOTE: The applications using this bootloader should not link with the link-rp.x linker script.

Features

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