We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Pico-PIO-USB says:
1 PIO, 3 state machines, 32 instructions
but we check for 2 PIOs with 31+22 instructions:
if (!_has_program_room(pio_cfg.pio_tx_num, 22) || tx_sm_free < 1 || !(tx_sm_free == 4 || is_gpio_compatible(pio_tx, used_gpio_ranges)) || !_has_program_room(pio_cfg.pio_rx_num, 31) || rx_sm_free < 2 || !(rx_sm_free == 4 || is_gpio_compatible(pio_rx, used_gpio_ranges))) { mp_raise_RuntimeError(MP_ERROR_TEXT("All state machines in use")); }
It looks like this change occurred with 0.6.0: sekigon-gonnoc/Pico-PIO-USB@d1f050a
The text was updated successfully, but these errors were encountered:
@ladyada ping
Sorry, something went wrong.
No branches or pull requests
Current Pico-PIO-USB says:
but we check for 2 PIOs with 31+22 instructions:
It looks like this change occurred with 0.6.0: sekigon-gonnoc/Pico-PIO-USB@d1f050a
The text was updated successfully, but these errors were encountered: