aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-1/+1
|
* Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-261-1/+1
| | | | | - 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.
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-0/+8
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>