Skip to content
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

wiznet5k: Properly enable socket buffers for W5100(S). #14222

Commits on May 7, 2024

  1. extmod/network_wiznet5k: Properly enable socket buffers for W5100(S).

    The W5100 and W5100S only have 4 available sockets and 16kB of socket
    buffer.  Allocating 16kB to either the receive or transmit buffer of a
    single socket is not allowed, so the current setup does not change the
    allocation for socket 0 from the reset default.  ctlwizchip is returning -1
    to indicate the error, but the response isn't being inspected and probably
    doesn't need to be.
    
    Signed-off-by: Jared Hancock <jared@greezybacon.me>
    greezybacon authored and dpgeorge committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8762fe8 View commit details
    Browse the repository at this point in the history