| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix build | usedhondacivic | 2025-10-26 | 1 | -4/+3 |
| | | |||||
| * | cyw43-pio: core clock speed based pio program selection | usedhondacivic | 2025-10-26 | 1 | -17/+92 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -13/+9 |
| | | |||||
| * | Added access to the byte swap flag for RP2*** chips for the PIO state ↵ | eden barby | 2025-03-01 | 1 | -5/+8 |
| | | | | | machine DMA calls. | ||||
| * | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches. | Dario Nieuwenhuis | 2025-02-18 | 1 | -1/+1 |
| | | |||||
| * | rp/pio: move instructions to methods of the SM. | Dario Nieuwenhuis | 2025-02-18 | 1 | -9/+9 |
| | | |||||
| * | Removed the cyw43-pio overclock feature | Bailey Townsend | 2024-12-28 | 1 | -49/+50 |
| | | |||||
| * | Work done | Bailey Townsend | 2024-12-27 | 1 | -25/+23 |
| | | |||||
| * | Added a new rm2 feature flag | Bailey Townsend | 2024-12-27 | 1 | -1/+7 |
| | | |||||
| * | cyw43: add Bluetooth support. | Dario Nieuwenhuis | 2024-08-05 | 1 | -1/+8 |
| | | | | | Co-Authored-By: Brandon Ros <[email protected]> | ||||
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -8/+6 |
| | | |||||
| * | docs: document public apis for cyw43 driver | Ulf Lilleengen | 2023-12-19 | 1 | -0/+6 |
| | | |||||
| * | docs: embassy-rp rustdoc and refactoring | Ulf Lilleengen | 2023-12-19 | 1 | -10/+10 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 |
| | | |||||
| * | rp: relocate programs implicitly during load | pennae | 2023-07-28 | 1 | -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 Nieuwenhuis | 2023-05-14 | 1 | -29/+48 |
| | | |||||
| * | Update Embassy, to new PIO API. | Dario Nieuwenhuis | 2023-05-13 | 1 | -70/+81 |
| | | |||||
| * | Make defmt optional | Daniel Larsen | 2023-04-30 | 1 | -2/+4 |
| | | |||||
| * | Removed defmt | Daniel Larsen | 2023-04-30 | 1 | -2/+2 |
| | | |||||
| * | PIO at maximum speed | kbleeke | 2023-03-28 | 1 | -3/+3 |
| | | |||||
| * | make pio faster | kbleeke | 2023-03-28 | 1 | -5/+17 |
| | | |||||
| * | Move pio driver to separate crate | kbleeke | 2023-03-27 | 1 | -0/+185 |
