micropython/tools
Damien George 0432f73206 tools/mpy-tool.py: Fix static qstrs when freezing without qstr header.
It's rare to freeze .mpy files without specifying a qstr header from a
firmware build, but it can be useful for testing, eg
`mpy-tool.py -f test.mpy`.  Fix this case so static qstrs are properly
excluded from the frozen qstr list.

Signed-off-by: Damien George <damien@micropython.org>
2024-02-12 11:56:24 +11:00
..
autobuild
mpremote tools/mpremote: Reduce dependency on importlib_metadata. 2024-01-17 11:27:47 +11:00
.gitattributes
.gitignore
boardgen.py
cc1
ci.sh github/workflows: Move codespell to a GitHub workflow, version it. 2024-02-07 15:19:38 +11:00
codeformat.py
codestats.sh
dfu.py
file2h.py
gen-changelog.sh tools/gen-changelog.sh: Exclude "-preview" tags from generated log. 2024-01-05 15:06:14 +11:00
gen-cpydiff.py docs: Add note about position-only arguments in CPython vs MicroPython. 2024-01-25 11:56:38 +11:00
hci_trace_to_pcap.py
insert-usb-ids.py
makemanifest.py
manifestfile.py tools/manifestfile.py: Change library search to use a list of paths. 2024-02-08 17:16:10 +11:00
metrics.py
mpy-tool.py tools/mpy-tool.py: Fix static qstrs when freezing without qstr header. 2024-02-12 11:56:24 +11:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py
pyboard.py
pydfu.py
tinytest-codegen.py
uf2conv.py
uf2families.json
uncrustify.cfg
verifygitlog.py