zephyr/scripts/support/runner
Marti Bolivar 0fba4bf20c scripts: runner: refactor run() implementation
Have the subclasses implement a do_run() method instead, which run()
delegates to. This will make it possible to handle common
functionality in the superclass before runner-specific methods are
called. It is a prerequisite for tasks like loading the build time
configuration to add device tree awareness.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
2017-12-15 09:57:30 -05:00
..
__init__.py scripts: runner: add qemu.py, a stand-in for QEMU 2017-10-28 13:31:22 -04:00
arc.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
bossac.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
core.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
dfu.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
esp32.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
jlink.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
nios2.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
nrfjprog.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
openocd.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
pyocd.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
qemu.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00
xtensa.py scripts: runner: refactor run() implementation 2017-12-15 09:57:30 -05:00