summaryrefslogtreecommitdiff
path: root/shared-bindings/wiznet/__init__.c
AgeCommit message (Collapse)Author
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-06Add license to some obvious files.Diego Elio Pettenò
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
2018-10-11update documentation and translations againNick 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-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