summaryrefslogtreecommitdiff
path: root/docs/develop/gettingstarted.rst
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 /docs/develop/gettingstarted.rst
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 'docs/develop/gettingstarted.rst')
-rw-r--r--docs/develop/gettingstarted.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst
index 000b7d613..c2d3816d4 100644
--- a/docs/develop/gettingstarted.rst
+++ b/docs/develop/gettingstarted.rst
@@ -322,7 +322,8 @@ tests
tools
- Contains helper tools including the ``upip`` and the ``pyboard.py`` module.
+ Contains scripts used by the build and CI process, as well as user tools such
+ as ``pyboard.py`` and ``mpremote``.
examples