summaryrefslogtreecommitdiff
path: root/ports/esp32/boards/manifest.py
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-09-29 17:49:58 +1000
committerJim Mussared <jim.mussared@gmail.com>2022-09-30 17:34:03 +1000
commit924a3e03ec167c4417d89b531794c75ce5a631a3 (patch)
tree2ac907514720c98fd79ab7108f58a80c37f9b0ae /ports/esp32/boards/manifest.py
parentba3652f15d96d9dca0f84522639ea2005b07fcb4 (diff)
top: Replace upip with mip everywhere.
Updates all README.md and docs, and manifests to `require("mip")`. Also extend and improve the documentation on freezing and packaging. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'ports/esp32/boards/manifest.py')
-rw-r--r--ports/esp32/boards/manifest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/esp32/boards/manifest.py b/ports/esp32/boards/manifest.py
index fcc48d721..3f6c8cfde 100644
--- a/ports/esp32/boards/manifest.py
+++ b/ports/esp32/boards/manifest.py
@@ -1,11 +1,10 @@
freeze("$(PORT_DIR)/modules")
-module("upip.py", base_path="$(MPY_DIR)/tools", opt=3)
-module("upip_utarfile.py", base_path="$(MPY_DIR)/tools", opt=3)
include("$(MPY_DIR)/extmod/uasyncio")
# Require some micropython-lib modules.
require("dht")
require("ds18x20")
+require("mip")
require("neopixel")
require("ntptime")
require("onewire")