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/develop/optimizations.rst | |
parent | ba3652f15d96d9dca0f84522639ea2005b07fcb4 (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/optimizations.rst')
-rw-r--r-- | docs/develop/optimizations.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/develop/optimizations.rst b/docs/develop/optimizations.rst index d972cde66..7f2c8cbe7 100644 --- a/docs/develop/optimizations.rst +++ b/docs/develop/optimizations.rst @@ -25,6 +25,8 @@ into the firmware image as part of the main firmware compilation process, which the bytecode will be executed from ROM. This can lead to a significant memory saving, and reduce heap fragmentation. +See :ref:`manifest` for more information. + Variables --------- |