rp2040-pio-emulator icon indicating copy to clipboard operation
rp2040-pio-emulator copied to clipboard

RP2040 emulator for the testing and debugging of PIO programs

Results 2 rp2040-pio-emulator issues
Sort by recently updated
recently updated
newest added

It would be nice to have a complete example of testing a protocol. UART [send](https://github.com/raspberrypi/pico-examples/blob/master/pio/uart_tx/uart_tx.pio) and [receive](https://github.com/raspberrypi/pico-examples/blob/master/pio/uart_rx/uart_rx.pio) would be fairly simple. This is partially addressed in https://github.com/NathanY3G/rp2040-pio-emulator/issues/123 and https://github.com/NathanY3G/rp2040-pio-emulator/issues/121, but...

documentation
enhancement

There's currently no configuration for pull or push thresholds, or to enable auto-pull and auto-push. This means instructions like `jump !osre` will count to 32 rather than my desired word...

enhancement