index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
wiznet
Age
Commit message (
Collapse
)
Author
2020-07-21
Merge branch 'main' into type_hints
dherrada
2020-07-17
Disable 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-17
Merge branch 'main' into type_hints
dherrada
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-03
Made every init return None
dherrada
2020-07-03
Added type hints to wiznet
dherrada
2020-06-03
Fix 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-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Did usb_hid, usb_midi, ustack, wiznet
dherrada
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2019-05-30
Improve rST consistency for rst2pyi use
Scott Shawcroft
2019-05-10
reset wiznet at network deinitialize adafruit/circuitpython#1800
Nick Moore
2019-05-10
Stop DHCP when configuring IP address adafruit/circuitpython#1800
Nick Moore
2019-05-07
Update docs for wiznet5k adafruit/circuitpython#1800
Nick Moore
2019-05-07
Make wiznet5k RST pin optional adafruit/circuitpython#1800
Nick Moore
2019-05-02
Update docs to include new 'dhcp' constructor parameter
Nick Moore
2019-05-02
Add a kw-only argument "dhcp" to wiznet5k object
Nick Moore
2019-01-14
fixup m0 and nrf
Scott Shawcroft
2018-10-25
Add "dhcp" property to turn DHCP on and off
Nick Moore
2018-10-16
timer ticks for DHCP state machine for wiznet
Nick Moore
2018-10-11
update documentation and translations again
Nick Moore
2018-10-11
fix doc comments, translations again
Nick Moore
2018-10-11
Split wiznet driver into shared-bindings vs shared-module
Nick Moore
2018-10-11
network module c api into shared-module
Nick Moore
2018-10-09
Documentation builds (though has no real content yet)
Nick Moore
2018-10-09
Get DHCP working ...
Nick Moore
2018-10-09
move random mac address function into network module
Nick Moore
2018-10-09
Split wiznet.WIZNET5K off into its own file
Nick Moore
2018-10-09
Change WIZNET5K.isconnected to connected property
Nick Moore
2018-10-04
change initialization method + mod_network names
Nick Moore
2018-10-04
Modify wiznet module for circuitpython
Nick Moore
2018-10-04
Copy wiznet module across from MicroPython
Nick Moore