micropython/tools
David Lechner fd0ba7be07 tools/tinytest-codegen.py: Add extra newline and result message.
This is an alternative to f4ed2df that adds a newline so that the output of
the test starts on a new line and the result of the test is prefixed with
"result: " to distinguish it from the test output.

Suggested-by: @dpgeorge
2019-12-19 17:55:50 +11:00
..
.gitattributes
.gitignore
bootstrap_upip.sh
build-stm-latest.sh
cc1
check_code_size.sh
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py
gendoc.py
insert-usb-ids.py
make-frozen.py
makemanifest.py tools/makemanifest.py: Use sys.executable when invoking Python scripts. 2019-11-13 13:44:19 +11:00
mpy-tool.py tools/mpy-tool.py: Raise exception if trying to freeze relocatable mpy. 2019-12-12 20:15:28 +11:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py py/persistentcode: Move loading of rodata/bss to before obj/raw-code. 2019-12-17 13:22:11 +11:00
pyboard.py tools/pyboard.py: Support executing .mpy files directly. 2019-12-19 17:00:52 +11:00
pydfu.py
tinytest-codegen.py tools/tinytest-codegen.py: Add extra newline and result message. 2019-12-19 17:55:50 +11:00
uf2conv.py
upip.py
upip_utarfile.py