diff options
author | Jared Hancock <jared.hancock@centeredsolutions.com> | 2024-04-01 09:10:49 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-05-07 17:42:34 +1000 |
commit | 8762fe8b4c6a7608d48daa8458e6501fafd3eafc (patch) | |
tree | 5cb6f344783bd74db36824aa47f4b1381a05c870 /shared/tinyusb/mp_usbd_runtime.c | |
parent | 63c30a2dfc3118f2f82693dd96114b1efebf071c (diff) |
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>
Diffstat (limited to 'shared/tinyusb/mp_usbd_runtime.c')
0 files changed, 0 insertions, 0 deletions