micropython/tools
Paul Sokolovsky 4475f32420 tools/tinytest-codegen: Ignore system locale, write output in UTF-8.
Way to reproduce a UnicodeEncodeError without this patch:

    LC_ALL=C tinytest-codegen.py ...
2017-12-15 12:04:10 +02: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 tools/gen-cpydiff.py: Update executable paths to point to new ports dir. 2017-11-28 10:50:32 +11:00
gendoc.py
insert-usb-ids.py
make-frozen.py
mpy-tool.py tools/mpy-tool.py: Implement freezing of Ellipsis const object. 2017-11-15 12:46:08 +11:00
mpy_bin2res.py
mpy_cross_all.py
pyboard.py tools/pyboard: Update docstring for additional device support. 2017-10-08 00:04:57 +03:00
pydfu.py tools/pydfu.py: Call set_configuration() on fresh USB device object. 2017-12-14 10:08:37 +11:00
tinytest-codegen.py tools/tinytest-codegen: Ignore system locale, write output in UTF-8. 2017-12-15 12:04:10 +02:00
upip.py
upip_utarfile.py