We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this maybe? https://github.com/Wiznet/RP2040-HAT-C
More examples listed here: https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico
It might make the most sense to do this and skip #11 entirely. Depends if we want to leverage USB for anything else in the future (maybe?).
The text was updated successfully, but these errors were encountered:
This is next up!
Sorry, something went wrong.
Initial implementation on: #14.
Next objectives:
We modified the driver "port" to make the link-up waiting conditional.
Side note: we should eventually port all of that code to be compiled in C++ (created #15 for this).
Next step here is to look at the "wizchip conf" C interface and see if we can make a better one using the struct generation stuff?
This is on the nominal path to having a net (or W5500?) command that can display some kind of real information from the chip.
net
W5500
Next step here realistically is to split off a new project / package as a dedicated driver for the w5500.
w5500
vkottler
No branches or pull requests
Using this maybe? https://github.com/Wiznet/RP2040-HAT-C
More examples listed here: https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico
It might make the most sense to do this and skip #11 entirely. Depends if we want to leverage USB for anything else in the future (maybe?).
The text was updated successfully, but these errors were encountered: