Skip to content

Releases: adafruit/Adafruit_CircuitPython_AVRprog

1.4.10 - Fixed pylint errors

15 Nov 17:29
c8fc35b

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.9 - Made copyright stay up to date in docs/conf.py

26 Aug 02:27

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.8 - Fixed version string

22 Aug 18:55

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.7 - Switched to pyproject.toml

09 Aug 19:53

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

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

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

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

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

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

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.