aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/src
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-13/+9
* Added access to the byte swap flag for RP2*** chips for the PIO state machine...eden barby2025-03-011-5/+8
* rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-181-1/+1
* rp/pio: move instructions to methods of the SM.Dario Nieuwenhuis2025-02-181-9/+9
* Removed the cyw43-pio overclock featureBailey Townsend2024-12-281-49/+50
* Work doneBailey Townsend2024-12-271-25/+23
* Added a new rm2 feature flagBailey Townsend2024-12-271-1/+7
* cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-051-1/+8
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-221-8/+6
* docs: document public apis for cyw43 driverUlf Lilleengen2023-12-191-0/+6
* docs: embassy-rp rustdoc and refactoringUlf Lilleengen2023-12-191-10/+10
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-1/+1
* rp: relocate programs implicitly during loadpennae2023-07-281-5/+3
* cyw43-pio: add `overclock` feature flag.Dario Nieuwenhuis2023-05-141-29/+48
* Update Embassy, to new PIO API.Dario Nieuwenhuis2023-05-131-70/+81
* Make defmt optionalDaniel Larsen2023-04-301-2/+4
* Removed defmtDaniel Larsen2023-04-301-2/+2
* PIO at maximum speedkbleeke2023-03-281-3/+3
* make pio fasterkbleeke2023-03-281-5/+17
* Move pio driver to separate cratekbleeke2023-03-271-0/+185