aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/pio_uart.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
* fmt examples tooCaleb Jamison2024-10-091-2/+1
* Move pio programs into embassy-rpCaleb Jamison2024-10-091-205/+17
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-6/+5
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-1/+1
* Update pio-uart examplekalkyl2023-11-071-0/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
* sync/pipe: impl BufRead.Dario Nieuwenhuis2023-08-301-6/+4
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-7/+5
* Uart pio fix zerosMichael van Niekerk2023-07-301-4/+6
* rp: relocate programs implicitly during loadpennae2023-07-281-31/+10
* Make pipes local vars.Dario Nieuwenhuis2023-07-281-15/+15
* Fixes as per PRMichael van Niekerk2023-07-281-66/+48
* CommentsMichael van Niekerk2023-07-281-91/+260
* Tx and Rx setupMichael van Niekerk2023-07-241-0/+262