zephyr/scripts/west_commands/runners
Martí Bolívar 8fce3004fe runners: mdb: fix imports
Runner implementations are only allowed to unconditionally import
modules in the python standard library. They are not allowed to import
anything that comes from pip or other third party sources unless they
catch the ImportError and gracefully do nothing.

Fix the imports in the mdb runner accordingly, sorting the imports
into sections to make it clearer what's stdlib, what's runners, and
what's third party while we're here.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-12-11 16:49:59 -05:00
..
__init__.py runners: add support for stm32cubeprogrammer 2020-11-04 14:47:35 -06:00
blackmagicprobe.py
bossac.py scripts: runners: bossac: Fix offset parameter 2020-12-03 10:50:23 -06:00
canopen_program.py
core.py scripts: runners: switch RunnerConfig to NamedTuple 2020-09-03 16:49:09 -05:00
dediprog.py
dfu.py
esp32.py
hifive1.py
intel_s1000.py
jlink.py
mdb.py runners: mdb: fix imports 2020-12-11 16:49:59 -05:00
misc.py
nios2.py
nrfjprog.py runners: nrfjprog: boilerplate and recover rework 2020-12-09 15:00:24 -06:00
nsim.py
openocd.py scripts: runners: fix openocd on Windows 2020-09-09 10:51:29 +02:00
pyocd.py
qemu.py
stm32cubeprogrammer.py runners: add support for stm32cubeprogrammer 2020-11-04 14:47:35 -06:00
stm32flash.py
xtensa.py