Skip to content

Releases: adafruit/Adafruit_CircuitPython_Wiznet5k

1.12.11 - Made copyright stay up to date in docs/conf.py

26 Aug 02:27
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.10 - Fixed version string

22 Aug 18:55
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.9 - Switched to pyproject.toml

09 Aug 19:52
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.8 - Fixed issues with UDP datagram receives

05 Jul 18:19
679af97
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.7 - Added cp.org link to index.rst

09 Jun 19:12
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.6 - Fixed sending when offset plus ret is larger than sock size

31 May 17:05
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.5 - Fixed documentation for ReadTheDocs

29 Mar 14:24
450c52e
Compare
Choose a tag to compare

Updated documentation to display properly in ReadTheDocs. Thanks @Neradoc!

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.4 - Rerelease

22 Mar 15:40
cde1415
Compare
Choose a tag to compare

This release is identical to the previous one. Actions CI did not trigger at all on previous release, this one is an attempt to get them to run.

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.3 - Send large data in 2kb chunks

17 Mar 14:10
cde1415
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

1.12.2 - Fix Reset During Initialization

21 Feb 16:45
7fd3be6
Compare
Choose a tag to compare

This release fixes an issue with the (optional) reset pin during the module initialization. Thanks for the fix @chabala

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

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.