aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/multicore.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-4/+8
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-221-2/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-221-1/+1
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-131-0/+4
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-011-1/+1
* Refactor after reviewkalkyl2022-12-131-3/+2
* Cleanupkalkyl2022-12-101-4/+3
* fmtkalkyl2022-12-101-2/+2
* embassy-rp: Add multicore supportkalkyl2022-12-101-0/+62