Releases: adafruit/Adafruit_CircuitPython_AVRprog
1.4.7 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.6 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.5 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.4 - Reformatted to match latest black version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.3 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.2 - Added _busy_wait() calls after every write_fuses() transaction
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.1 - Fix clock_speed dictionary lookups
This release fixes a bug that was causing the clock_speed lookup to always fallback to the default speed even in cases where a different specific one was included in the chip dictionary. Thank you @aarontusko for this fix!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.4.0 - Added ATmega644PA
This release adds support for ATmega644PA
as well as record type 4. Thank you @mafiltenborg
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.3.7 - Linted
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.
1.3.6 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-avrprog
.
Read the docs for info on how to use it.