aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
|
* fix(boot): update examples Badr Bouslikhin2024-02-071-1/+1
|
* 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.
* Align examplesRasmus Melchior Jacobsen2023-05-301-5/+11
|
* Align examples with bootloader changesRasmus Melchior Jacobsen2023-04-041-2/+1
|
* Cleanupkalkyl2023-01-031-1/+1
|
* embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-031-3/+3
|
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-0/+51
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>