diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2022-09-29 17:49:58 +1000 |
---|---|---|
committer | Jim Mussared <jim.mussared@gmail.com> | 2022-09-30 17:34:03 +1000 |
commit | 924a3e03ec167c4417d89b531794c75ce5a631a3 (patch) | |
tree | 2ac907514720c98fd79ab7108f58a80c37f9b0ae /docs/esp8266/tutorial/intro.rst | |
parent | ba3652f15d96d9dca0f84522639ea2005b07fcb4 (diff) | |
download | micropython-924a3e03ec167c4417d89b531794c75ce5a631a3.tar.gz micropython-924a3e03ec167c4417d89b531794c75ce5a631a3.zip |
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/esp8266/tutorial/intro.rst')
-rw-r--r-- | docs/esp8266/tutorial/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/tutorial/intro.rst b/docs/esp8266/tutorial/intro.rst index ac46e68b5a..75739bd6f9 100644 --- a/docs/esp8266/tutorial/intro.rst +++ b/docs/esp8266/tutorial/intro.rst @@ -23,7 +23,7 @@ convertor to make the UART available to your PC. The minimum requirement for flash size is 1Mbyte. There is also a special build for boards with 512KB, but it is highly limited comparing to the normal build: there is no support for filesystem, and thus features which -depend on it won't work (WebREPL, upip, etc.). As such, 512KB build will +depend on it won't work (WebREPL, mip, etc.). As such, 512KB build will be more interesting for users who build from source and fine-tune parameters for their particular application. |