| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move pio programs into embassy-rp | Caleb Jamison | 2024-10-09 | 1 | -99/+6 |
| | | |||||
| * | Switch to ticker | Caleb Jamison | 2024-02-10 | 1 | -2/+3 |
| | | |||||
| * | Add explicit reset time to ws2812 write fn. | Caleb Jamison | 2024-02-10 | 1 | -0/+2 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | Fix timing on RP2040 pio_ws2812.rs example | Dave Andersen | 2023-08-27 | 1 | -3/+4 |
| | | | | | | | | | The example spins too fast so it doesn't appear to change; it's delaying for microseconds instead of milliseconds. This commit slows it down and adds a comment noting the pin mapping for the Adafruit feather rp2040+RFM95 LoRA module, which has its Neopixel on pin 4 instead of 16. | ||||
| * | rp: relocate programs implicitly during load | pennae | 2023-07-28 | 1 | -3/+1 |
| | | | | | | | | | | | | 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. | ||||
| * | Add descriptions to all RP2040 examples. Some need hardware that was not ↵ | Henrik Berg | 2023-07-13 | 1 | -0/+3 |
| | | | | | specified. | ||||
| * | rp/pio: use bind_interrupts for irqs | pennae | 2023-07-07 | 1 | -3/+10 |
| | | | | | closes #1338 | ||||
| * | Switch to DMA, use new clocks, don't take ownership of pio common | Caleb Jamison | 2023-05-19 | 1 | -13/+31 |
| | | |||||
| * | Pin fix, improve fifo handling | Caleb Jamison | 2023-05-19 | 1 | -0/+132 |
