mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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:
committed by
Damien George
parent
c9baf498c8
commit
6250337c9c
3
ports/rp2/boards/W5500_EVB_PICO/manifest.py
Normal file
3
ports/rp2/boards/W5500_EVB_PICO/manifest.py
Normal file
@@ -0,0 +1,3 @@
|
||||
include("$(PORT_DIR)/boards/manifest.py")
|
||||
|
||||
require("bundle-networking")
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user