Home
last modified time | relevance | path

Searched refs:NXPS32DebugProbeRunner (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py11 from runners.nxp_s32dbg import NXPS32DebugProbeConfig, NXPS32DebugProbeRunner
131 return NXPS32DebugProbeRunner(runner_config_patched, probe_cfg,
135 NXPS32DebugProbeRunner.add_parser(parser)
137 return NXPS32DebugProbeRunner.create(runner_config_patched, arg_namespace)
/Zephyr-latest/scripts/west_commands/runners/
Dnxp_s32dbg.py36 class NXPS32DebugProbeRunner(ZephyrBinaryRunner): class
124 return NXPS32DebugProbeRunner(cfg, probe_cfg, args.core_name, args.soc_name,