Commit Graph

11 Commits

Author SHA1 Message Date
0b015bd727 usb: remove msos-descriptor feature. 2023-11-08 23:21:52 +01:00
38bfa6916f Update pio-uart example 2023-11-07 09:15:21 +01:00
e519e00265 Update Rust nightly. 2023-11-01 04:56:56 +01:00
6c165f8dc0 sync/pipe: impl BufRead. 2023-08-30 01:06:41 +02:00
5d5cd23715 Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +02:00
56b21ad429 Uart pio fix zeros
Prevent UART from only getting 0s from the output
2023-07-30 22:13:27 +02:00
cbc8871a0b rp: relocate programs implicitly during load
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.
2023-07-28 19:33:02 +02:00
d5f9d17b7c Make pipes local vars. 2023-07-28 13:38:26 +02:00
146c744223 Fixes as per PR 2023-07-28 12:56:31 +02:00
e947aa0153 Comments 2023-07-28 11:37:38 +02:00
a60d92cfbb Tx and Rx setup 2023-07-24 22:20:00 +02:00