aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildusedhondacivic2025-10-261-4/+3
|
* cyw43-pio: core clock speed based pio program selectionusedhondacivic2025-10-261-17/+92
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* 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 ↵eden barby2025-03-011-5/+8
| | | | machine DMA calls.
* 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
| | | | Co-Authored-By: Brandon Ros <[email protected]>
* 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
| | | | | | | | | | | this removed the RelocatedProgram construction step from pio uses. there's not all that much to be said for the extra step because the origin can be set on the input program itself, and the remaining information exposed by RelocatedProgram can be exposed from LoadedProgram instead (even though it's already available on the pio_asm programs, albeit perhaps less convenient). we do lose access to the relocated instruction iterator, but we also cannot think of anything this iterator would actually be useful for outside of program loading.
* 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