Releases: NathanY3G/rp2040-pio-emulator
v0.83.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
Added
- Support
input_source
's with different signatures.
Changed
- Updated dependencies used for development.
- Updated dependencies used by examples.
- Updated dependencies used by the Jupyter Notebook example. Thanks Dependabot!
v0.82.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
Added
- Options to control program wrapping. Thanks Josverl.
- Additional documentation - FAQ.
- Python 3.12 to the CI build matrix.
Changed
- Refactored tests to be more explicit regarding program counter advance.
- Updated dependencies used for development.
- Updated dependencies used by the Jupyter Notebook example. Thanks Dependabot!
v0.81.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
Added
- Additional documentation - a Tour of pioemu.
Changed
- Fixed incorrect pin values when
input_source
was used. Thanks winnylourson. - Updated dependencies used by the Jupyter Notebook example. Thanks Dependabot!
v0.80.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
Added
- Support for the receive FIFO and the
PUSH
instruction. Thanks @aaronjamt. - Support for the
PUSH IfFull
andPULL IfEmpty
instruction variants. - Additional tests.
Changed
- Fixed reporting of FIFO contents in before state for
PUSH
andPULL
instructions. - Improved support for stalling the execution of instructions.
- Refactored some tests to improve consistency.
- Updates to the
README
. Thanks @aaronjamt.
v0.79.0
v0.78.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
Added
- Support for the IN instruction.
- Support for the MOV PC instruction. Thanks @aaronjamt.
Changed
- Improved support for advancing the program counter.
Removed
- Dropped support for older versions of Python (< 3.10.10)
v0.77.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
v0.76.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
v0.75.1
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator
v0.70.0
Release for the package published on PyPI - https://pypi.org/project/rp2040-pio-emulator