circuitpython/ports/rp2/boards/PICO_W/manifest.py
Jim Mussared 924a3e03ec 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>
2022-09-30 17:34:03 +10:00

6 lines
82 B
Python

include("../manifest.py")
require("mip")
require("ntptime")
require("urequests")