micropython/tools
Martin Dybdal 7795b2e5c3 tools/pyboard.py: In TelnetToSerial.close replace try/except with if.
Some Python linters don't like unconditional except clauses because they
catch SystemExit and KeyboardInterrupt, which usually is not the intended
behaviour.
2018-10-19 23:46:10 +11:00
..
.gitattributes
.gitignore
bootstrap_upip.sh tools/upip: Upgrade upip to 1.2.4. 2018-04-23 16:11:27 +10:00
build-stm-latest.sh
cc1
check_code_size.sh
codestats.sh
dfu.py tools/dfu.py: Pad image data to 8 byte alignment to support L476. 2018-07-20 14:23:11 +10:00
file2h.py
gen-changelog.sh
gen-cpydiff.py
gendoc.py
insert-usb-ids.py
make-frozen.py
mpy-tool.py tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen mods 2018-08-01 18:59:31 +10:00
mpy_bin2res.py
mpy_cross_all.py
pyboard.py tools/pyboard.py: In TelnetToSerial.close replace try/except with if. 2018-10-19 23:46:10 +11:00
pydfu.py tools/pydfu: Workaround stdio flush error on Windows with Python 3.6. 2018-09-21 11:57:24 +10:00
tinytest-codegen.py
upip.py tools/upip: Upgrade upip to 1.2.4. 2018-04-23 16:11:27 +10:00
upip_utarfile.py