aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
|
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-1/+1
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+2
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
|
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-0/+1
|
* Align examplesRasmus Melchior Jacobsen2023-05-301-0/+1
|
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-2/+2
|
* 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.
* Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-1/+1
|
* embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-031-0/+2
|
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-0/+29
Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]>