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

@@ -1,8 +1,6 @@
freeze("$(PORT_DIR)/modules")
require("bundle-networking")
require("dht")
require("ds18x20")
require("mip")
require("neopixel")
require("ntptime")
require("onewire")
require("webrepl")