aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-1/+1
| | | | | | inline assembly is supported since rust 1.59, we're way past that. enabling this makes the compiled code more compact, and on rp2040 even decreses memory usage by not needing thunks in sram.
* Align examples with bootloader changesRasmus Melchior Jacobsen2023-04-041-2/+1
|
* Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-1/+1
|
* Cleanupkalkyl2023-01-031-1/+1
|
* embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-032-3/+5
|
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-026-0/+152
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>