aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/interrupt.rs
Commit message (Collapse)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-1/+1
|
* examples/rp: remove unneeded sio spinlock stuck bug workarounds.Dario Nieuwenhuis2025-02-061-1/+0
| | | | This is now workarounded by embassy-rp itself.
* rp/pwm: rename channel->slice in args, misc fix.Dario Nieuwenhuis2024-05-211-2/+1
|
* rustfmtkalkyl2024-05-091-5/+5
|
* rp: Add raw interrupt handler examplekalkyl2024-05-091-0/+95