You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
tinytest
tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163
11 years ago
.gitattributes
micropython-upip: Mark as binary file and re-commit.
10 years ago
.gitignore
tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163
11 years ago
bootstrap_upip.sh
bootstrap_upip.sh: Allow to install into a path given by argument.
10 years ago
build-stm-latest.sh
tools: Add STM32F4DISC and ESPRUINO_PICO to stmhal build script.
10 years ago
cc1
tools: Add C middle-processor to make builtin tables proper hash tables.
9 years ago
check_code_size.sh
tools/check_code_size.sh: Code size validation script for CI.
8 years ago
codestats.sh
tools: Add codestats.sh to compute code statistics such as size, speed.
10 years ago
dfu.py
Change dfu.py to be Python 2/3 compatible
11 years ago
file2h.py
tools: Fix up pybcdc.inf generation: new lines and hex digits.
11 years ago
gen-changelog.sh
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
9 years ago
gendoc.py
tools: Make gendoc.py able to output RST format.
10 years ago
insert-usb-ids.py
stmhal: Fix USB CDC-only mode under Windows.
9 years ago
make-frozen.py
tools/make-frozen: Update for latest changes in frozen modules support.
9 years ago
mpy-tool.py
py: Update opcode format table because 3 opcodes were removed, 1 added.
8 years ago
pyboard.py
tools/pyboard.py: Refactor so target is not reset between scripts/cmd.
8 years ago
pydfu.py
tools: Fix pydfu.py to work with old and new versions of PyUSB
9 years ago
tinytest-codegen.py
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
8 years ago
upip.py
tools, unix: Replace upip tarball with just source files.
8 years ago
upip_utarfile.py
tools, unix: Replace upip tarball with just source files.
8 years ago