micropython/tools
Damien George 29b5879613 tools/pyboard.py: Refactor so target is not reset between scripts/cmd.
Previous to this patch pyboard.py would open a new serial connection to
the target for each script that was run, and for any command that was run.
Apart from being inefficient, this meant that the board was soft-reset
between scripts/commands, which precludes scripts from accessing variables
set in a previous one.

This patch changes the behaviour of pyboard.py so that the connection to
the target is created only once, and it's not reset between scripts or any
command that is sent with the -c option.
2016-12-15 11:29:33 +11:00
..
tinytest
.gitattributes
.gitignore
bootstrap_upip.sh
build-stm-latest.sh
cc1
check_code_size.sh tools/check_code_size.sh: Code size validation script for CI. 2016-10-25 11:43:55 +03:00
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gendoc.py
insert-usb-ids.py
make-frozen.py
mpy-tool.py py: Update opcode format table because 3 opcodes were removed, 1 added. 2016-09-23 12:48:57 +10:00
pyboard.py tools/pyboard.py: Refactor so target is not reset between scripts/cmd. 2016-12-15 11:29:33 +11:00
pydfu.py
tinytest-codegen.py tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm). 2016-11-12 03:24:36 +03:00
upip.py tools, unix: Replace upip tarball with just source files. 2016-11-07 18:39:41 +03:00
upip_utarfile.py tools, unix: Replace upip tarball with just source files. 2016-11-07 18:39:41 +03:00