aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp
Commit message (Collapse)AuthorAgeFilesLines
* boot: release flash after prepare and refactor apiUlf Lilleengen2023-08-111-3/+1
| | | | | | This refactoring of the chip specific bootloader creates the internal boot instance and aligned buffer in the prepare stage, so that they are automatically dropped after. This unlocks a use case where peripherals owning the flash need to be Drop'ed before load() happens.
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-1/+1
|
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-0/+1
|
* Align examplesRasmus Melchior Jacobsen2023-05-302-5/+12
|
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-2/+2
|
* 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]>