summaryrefslogtreecommitdiff
path: root/shared-bindings/wiznet
AgeCommit message (Collapse)Author
2020-07-21Merge branch 'main' into type_hintsdherrada
2020-07-17Disable existing native networking.Scott Shawcroft
We're moving towards a co-processor model and a Wiznet library is already available. New native APIs will replace these for chips with networking like the ESP32S2 but they won't be these.
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-03Made every init return Nonedherrada
2020-07-03Added type hints to wiznetdherrada
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Did usb_hid, usb_midi, ustack, wiznetdherrada
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-05-10reset wiznet at network deinitialize adafruit/circuitpython#1800Nick Moore
2019-05-10Stop DHCP when configuring IP address adafruit/circuitpython#1800Nick Moore
2019-05-07Update docs for wiznet5k adafruit/circuitpython#1800Nick Moore
2019-05-07Make wiznet5k RST pin optional adafruit/circuitpython#1800Nick Moore
2019-05-02Update docs to include new 'dhcp' constructor parameterNick Moore
2019-05-02Add a kw-only argument "dhcp" to wiznet5k objectNick Moore
2019-01-14fixup m0 and nrfScott Shawcroft
2018-10-25Add "dhcp" property to turn DHCP on and offNick Moore
2018-10-16timer ticks for DHCP state machine for wiznetNick Moore
2018-10-11update documentation and translations againNick Moore
2018-10-11fix doc comments, translations againNick Moore
2018-10-11Split wiznet driver into shared-bindings vs shared-moduleNick Moore
2018-10-11network module c api into shared-moduleNick Moore
2018-10-09Documentation builds (though has no real content yet)Nick Moore
2018-10-09Get DHCP working ...Nick Moore
2018-10-09move random mac address function into network moduleNick Moore
2018-10-09Split wiznet.WIZNET5K off into its own fileNick Moore
2018-10-09Change WIZNET5K.isconnected to connected propertyNick Moore
2018-10-04change initialization method + mod_network namesNick Moore
2018-10-04Modify wiznet module for circuitpythonNick Moore
2018-10-04Copy wiznet module across from MicroPythonNick Moore