adafruit / Adafruit_CircuitPython_PIOASM

Simple assembler to convert pioasm to bytes
MIT License
27 stars 17 forks source link

support `.pio_version 1` #67

Closed jepler closed 1 month ago

jepler commented 1 month ago

and the new instructions in the RP2350 variant of the PIO peripheral

jepler commented 1 month ago

The new directives will require associated changes in the rp2pio module in the core. For instance, a new pio_kwargs["in_count"] value is associated with the new ".in" directive. When not used, these elements will not be in pio_kwargs, so compatibility with old versions will be maintained.