Skip to content

Releases: adafruit/Adafruit_CircuitPython_AVRprog

1.4.7 - Switched to pyproject.toml

09 Aug 19:53
Compare
Choose a tag to compare

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

09 Jun 18:35
Compare
Choose a tag to compare

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

07 Jun 17:16
Compare
Choose a tag to compare

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

01 Apr 19:43
Compare
Choose a tag to compare

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

04 Feb 20:39
Compare
Choose a tag to compare

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

11 Jan 19:11
7a3dee3
Compare
Choose a tag to compare

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

01 Dec 16:19
c4d3e00
Compare
Choose a tag to compare

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

11 Nov 02:12
0f26ffb
Compare
Choose a tag to compare

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

06 Apr 21:44
bcbadbe
Compare
Choose a tag to compare

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

02 Mar 23:56
Compare
Choose a tag to compare

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.