micropython/tools
stijn 4b35aa5730 tools: Write msvc-compatible frozen content.
The msvc compiler doesn't accept zero-sized arrays so let the freezing
process generate compatible C code in case no modules are found and the
involved arrays are all empty.  This doesn't affect the functionality in
any way because those arrays only get accessed when mp_frozen_mpy_names
contains names, i.e.  when modules are actually found.
2020-09-11 10:51:55 +10:00
..
.gitattributes
.gitignore
bootstrap_upip.sh
build-stm-latest.sh
cc1
codeformat.py lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 2020-07-20 23:53:27 +10:00
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py
gendoc.py
insert-usb-ids.py
make-frozen.py tools: Write msvc-compatible frozen content. 2020-09-11 10:51:55 +10:00
makemanifest.py tools: Write msvc-compatible frozen content. 2020-09-11 10:51:55 +10:00
metrics.py
mpy-tool.py tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly. 2020-09-09 00:11:51 +10:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py all: Update Python code to conform to latest black formatting. 2020-08-29 15:18:01 +10:00
pyboard.py tools/pyboard.py: Replace eval() of received data with alternative. 2020-08-21 16:08:03 +10:00
pydfu.py
tinytest-codegen.py
uf2conv.py
uncrustify.cfg
upip.py
upip_utarfile.py