zephyr/scripts/west_commands/runners
Martí Bolívar b907f74326 runners: trace32: mypy fixes
Fixes for the following issues that a new version of mypy started
reporting recently:

runners/trace32.py:34: error: Incompatible default for argument
"startup_args" (default has type "None", argument has type
"List[str]") [assignment]

runners/trace32.py:137: error: Incompatible default for argument
"cfg" (default has type "None", argument has type "Path") [assignment]

runners/trace32.py:34: note: PEP 484 prohibits implicit Optional.
Accordingly, mypy has changed its default to no_implicit_optional=True

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-11-09 11:10:09 -05:00
..
__init__.py scripts: west: introduce Lauterbach TRACE32 runner 2022-10-14 09:51:14 +02:00
blackmagicprobe.py west: runners: blackmagicprobe: fix on windows 2022-10-10 09:54:14 +02:00
bossac.py
canopen_program.py
core.py west_commands: runners: reserve -O for --tool-opt 2022-08-03 05:06:53 +01:00
dediprog.py
dfu.py
esp32.py scripts: runners: esp32: add erase option 2022-07-01 16:25:34 +02:00
ezflashcli.py scripts: Add ezFlashCLI runner 2022-08-31 20:32:03 +02:00
gd32isp.py
hifive1.py
intel_adsp.py runner: intel_adsp: no need to specify host in --pty if no port assign 2022-08-16 22:51:53 -07:00
intel_cyclonev.py
jlink.py west: jlink: adding optional flash loader flag required for some boards 2022-09-21 09:33:42 -05:00
mdb.py ARC: west: mdb runner: change folder to run MDB 2022-06-02 13:09:51 +02:00
misc.py
nios2.py
nrfjprog.py west: nrfjprog: Allow flashing UICR without erase 2022-10-24 21:35:24 +02:00
nsim.py
openocd.py scripts: west_commands: openocd: Use 'reset init' by default 2022-10-07 12:19:46 -07:00
pyocd.py west_commands: runners: reserve -O for --tool-opt 2022-08-03 05:06:53 +01:00
qemu.py
spi_burn.py scripts: runners: improvements for spi_burn west runner 2022-07-19 12:23:47 +00:00
stm32cubeprogrammer.py scripts: west: runners: stm32cubeprogrammer: enable exec from PATH 2022-08-29 17:31:56 +02:00
stm32flash.py
trace32.py runners: trace32: mypy fixes 2022-11-09 11:10:09 -05:00
xtensa.py