embassy/embassy-boot-rp
2024-12-22 20:27:15 +01:00
..
src expose rp bootloader state like stm32 2024-12-21 09:00:46 -07:00
build.rs Fix all check-cfg errors in the entire repo. 2024-05-31 21:54:42 +02:00
Cargo.toml Prepare new embassy-time-*driver, embassy-executor, embassy-time 2024-12-22 20:27:15 +01:00
README.md Flatten embassy-boot dir tree 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.