embassy-boot-rp 0.4.0

Bootloader lib for RP2040 chips
1
2
3
4
5
6
7
8
9
10
11
12
# embassy-boot-rp

An [Embassy](https://embassy.dev) 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.