Skip to content

Releases: adafruit/Adafruit_CircuitPython_PIOASM

Fix bare pull/push

01 Feb 04:25
be730f2

Choose a tag to compare

Fix parsing of bare "pull" and "push". Thanks @LuminousOwl

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Fix wait encoding

26 Jan 01:55
9fa2cc9

Choose a tag to compare

Fixes wait source encoding thanks to @ryang14.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

First release

22 Jan 00:22
25618d8

Choose a tag to compare

This Python library converts pioasm text to encoded instruction bytes. It only supports a subset of the pioasm syntax currently but includes all instructions.

See the RP2040 data sheet for details: https://datasheets.raspberrypi.org/pico/pico_datasheet.pdf

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.