You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ports: Auto-enable USB Network (NCM) when LWIP is enabled.
Automatically enable MICROPY_HW_NETWORK_USBNET when MICROPY_PY_LWIP
is enabled, following the same pattern as WEBSOCKET and WEBREPL.
This makes USB networking available by default on boards that support
both USB device mode and LWIP networking, while still allowing boards
to explicitly disable it by setting MICROPY_HW_NETWORK_USBNET=0.
Affects: STM32, RP2, MIMXRT, and Renesas-RA ports.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Andrew Leech <[email protected]>
0 commit comments