054ca17f66
- probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs. |
||
---|---|---|
.. | ||
.cargo | ||
src | ||
build.rs | ||
Cargo.toml | ||
memory.x | ||
README.md |
Bootloader for RP2040
The bootloader uses embassy-boot
to interact with the flash.
Usage
Flashing the bootloader
cargo flash --release --chip RP2040
To debug, use cargo run
and enable the debug feature flag
cargo run --release --features debug