| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | | |||||
| * | fmt examples too | Caleb Jamison | 2024-10-09 | 1 | -2/+1 |
| | | |||||
| * | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 1 | -205/+17 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -6/+5 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -1/+1 |
| | | |||||
| * | Update pio-uart example | kalkyl | 2023-11-07 | 1 | -0/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 |
| | | |||||
| * | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+4 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -7/+5 |
| | | |||||
| * | Uart pio fix zeros | Michael van Niekerk | 2023-07-30 | 1 | -4/+6 |
| | | | | Prevent UART from only getting 0s from the output | ||||
| * | rp: relocate programs implicitly during load | pennae | 2023-07-28 | 1 | -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 Nieuwenhuis | 2023-07-28 | 1 | -15/+15 |
| | | |||||
| * | Fixes as per PR | Michael van Niekerk | 2023-07-28 | 1 | -66/+48 |
| | | |||||
| * | Comments | Michael van Niekerk | 2023-07-28 | 1 | -91/+260 |
| | | |||||
| * | Tx and Rx setup | Michael van Niekerk | 2023-07-24 | 1 | -0/+262 |
