aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/pio_programs/onewire.rs
Commit message (Expand)AuthorAgeFilesLines
* Disable PIO SM before setting Y registerMichael Turner2025-11-021-3/+15
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-6/+2
* rp/pio: Add onewire strong pullups, parasite powerMatt Johnston2025-09-141-3/+42
* Some small improvementsMarc2025-04-251-8/+6
* Search can use the normal write/read instructionsMarc2025-04-251-61/+56
* Refactor Onewire PIO implementationMarc2025-04-251-61/+254
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+2
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-181-4/+4
* Move pio programs into embassy-rpCaleb Jamison2024-10-091-0/+109