aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/pio_programs
Commit message (Expand)AuthorAgeFilesLines
* rustfmtMatrixSenpai2025-05-221-3/+6
* adding compatibility with ws2812 leds that have 4 addressable lightsMatrixSenpai2025-05-221-4/+67
* Make bit-depth of I2S PIO program configurableMarvin Gudel2025-05-131-5/+13
* Add PIO clock divider utility and refactor related modules1-rafael-12025-05-035-25/+43
* fmt1-rafael-12025-04-261-2/+2
* Scale clock dividers in HD44780, rotary encoder, and stepper driver based on ...1-rafael-12025-04-263-5/+23
* 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-278-76/+68
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-013-4/+4
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-187-14/+16
* i2s frequency relative to sysclkvinsynth2024-12-141-2/+1
* add sysclk frequency argument to PioI2Out::newvinsynth2024-12-141-1/+2
* Make the docs be docsCaleb Jamison2024-10-091-1/+1
* fmtCaleb Jamison2024-10-091-3/+2
* Better docs and adding of release for PioPwmBjorn2024-10-091-5/+14
* cargo +nightly fmtCaleb Jamison2024-10-096-30/+28
* Move pio programs into embassy-rpCaleb Jamison2024-10-099-0/+1055