aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/pio_programs/i2s.rs
Commit message (Expand)AuthorAgeFilesLines
* embassy-rp: doc comment spelling passRob Wells2025-10-271-9/+9
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Add PioI2sIn, PioI2sInProgram, and example binaryThor McAvenia2025-09-051-4/+92
* Make bit-depth of I2S PIO program configurableMarvin Gudel2025-05-131-5/+13
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-22/+17
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-011-1/+1
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-181-1/+1
* i2s frequency relative to sysclkvinsynth2024-12-141-2/+1
* add sysclk frequency argument to PioI2Out::newvinsynth2024-12-141-1/+2
* cargo +nightly fmtCaleb Jamison2024-10-091-8/+6
* Move pio programs into embassy-rpCaleb Jamison2024-10-091-0/+97