Home
last modified time | relevance | path

Searched refs:get_script (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dnxp_s32dbg.py242 def get_script(self, name: str) -> Path: member in NXPS32DebugProbeRunner
298 startup_script = self.get_script('generic_bareboard_all_cores')
300 startup_script = self.get_script('generic_bareboard')
302 startup_script = self.get_script('attach')
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py195 def test_debug(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
229 def test_attach(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py163 with subprocess.Popen(runner.get_script(), stdout=subprocess.PIPE,
260 def get_script(self): member in device_runner