ports: Make all network-capable boards use bundle-networking.

This will ensure that any board with networking support gets:
 - webrepl
 - mip
 - urequests
 - ntptime

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2023-01-27 14:17:19 +11:00
committed by Damien George
parent c9baf498c8
commit 6250337c9c
44 changed files with 92 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
include("$(PORT_DIR)/boards/manifest.py")
require("bundle-networking")

View File

@@ -2,3 +2,4 @@
set(PICO_BOARD wiznet_w5100s_evb_pico)
set(MICROPY_PY_NETWORK_WIZNET5K W5500)
set(MICROPY_PY_LWIP 1)
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)