-
Notifications
You must be signed in to change notification settings - Fork 36
Added WizNet w6100 IPv4 Support #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… made exceptions consistent.
… 6100 UDP headers.
@BiffoBear is this ready for review? |
Yes it is. I've tested it on w5100s, w5500 and w6100 chips and it works with UDP and TCP connections. |
brentru
approved these changes
Jun 20, 2023
@BiffoBear Thanks for your contribution to this library! |
adafruit-adabot
added a commit
to adafruit/Adafruit_CircuitPython_Bundle
that referenced
this pull request
Jun 28, 2023
Updating https://github.com/adafruit/Adafruit_CircuitPython_SGP40 to 1.3.14 from 1.3.13: > Merge pull request adafruit/Adafruit_CircuitPython_SGP40#20 from caternuson/iss19 Updating https://github.com/adafruit/Adafruit_CircuitPython_VEML6070 to 3.1.17 from 3.1.16: > Merge pull request adafruit/Adafruit_CircuitPython_VEML6070#24 from adafruit/stemma_i2c Updating https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k to 3.0.0 from 2.5.3: > Merge pull request adafruit/Adafruit_CircuitPython_Wiznet5k#119 from BiffoBear/add_w6100 Updating https://github.com/adafruit/Adafruit_CircuitPython_MatrixPortal to 3.1.0 from 3.0.13: > Merge pull request adafruit/Adafruit_CircuitPython_MatrixPortal#90 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_MatrixPortal#89 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #104 Refactored
adafruit_wiznet5k.py
and then added support for new WizNet w6100 chip in IPv4 mode only. IPv6 support is not implemented.Tested with
examples/wiznet5k_simpletest.py
andexamples/wiznet5k_simpleserver.py
on WizNet w5100s, w5500 and w6100. Able to obtain DHCP lease, so UDP connections are working. The two example scripts tested TCP client and server connections, OK.