aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/pio_dma.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-3/+3
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-011-2/+2
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-181-1/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* rp: relocate programs implicitly during loadpennae2023-07-281-3/+1
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-131-0/+2
* rp/pio: use bind_interrupts for irqspennae2023-07-071-3/+8
* rp: don't use SetConfig trait in PWM and PIO.Dario Nieuwenhuis2023-05-131-1/+0
* rp/pio: configure state machines with Config structpennae2023-05-061-9/+18
* rp/pio: add load_program, use_programpennae2023-05-061-5/+2
* rp/pio: wrap sm rx, tx in structs and allow splittingpennae2023-05-031-2/+3
* rp/pio: remove PioStateMachineInstancepennae2023-05-031-1/+1
* rp/pio: PioStateMachine{Instance, => ,Instance}pennae2023-05-031-1/+1
* rp/pio: make PioCommon a structpennae2023-05-021-1/+1
* rp/pio: PioInstance::split -> Pio::newpennae2023-05-021-3/+7
* rp/pio: remove PioPeripheralpennae2023-05-021-1/+1
* rp/pio: write instr memory only from commonpennae2023-05-011-3/+3
* Fix a typo in "PioPeripheral"sekoia2023-02-151-1/+1
* Added RelocateProgram class for adjusting PIO-programs for different origins.Simon Berg2022-12-091-4/+6
* PIO support for RPi PicoSimon Berg2022-12-091-0/+67