aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/pio_uart.rs
Commit message (Collapse)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
| | | Prevent UART from only getting 0s from the output
* rp: relocate programs implicitly during loadpennae2023-07-281-31/+10
| | | | | | | | | | | 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.
* 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