micropython/tools
Damien George bc1488a05f stmhal: Improve REPL control codes; improve pyboard.py script.
Improvements are:

2 ctrl-C's are now needed to truly kill running script on pyboard, so
make CDC interface allow multiple ctrl-C's through at once (ie sending
b'\x03\x03' to pyboard now counts as 2 ctrl-C's).

ctrl-C in friendly-repl can now stop multi-line input.

In raw-repl mode, use ctrl-D to indicate end of running script, and also
end of any error message.  Thus, output of raw-repl is always at least 2
ctrl-D's and it's much easier to parse.

pyboard.py is now a bit faster, handles exceptions from pyboard better
(prints them and exits with exit code 1), prints out the pyboard output
while the script is running (instead of waiting till the end), and
allows to follow the output of a previous script when run with no
arguments.
2014-10-26 15:39:22 +00:00
..
tinytest
.gitignore
build-stm-latest.sh
dfu.py
file2h.py
gendoc.py
insert-usb-ids.py
pip-micropython
pyboard.py stmhal: Improve REPL control codes; improve pyboard.py script. 2014-10-26 15:39:22 +00:00
pydfu.py tools, pydfu: Some fixes to support Python 3. 2014-10-22 20:27:43 +01:00
tinytest-codegen.py