Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 239) sorted by relevance

12345678910

/Zephyr-latest/scripts/west_commands/tests/
Dtest_bossac.py188 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
190 runner.run('flash')
225 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
227 runner.run('flash')
263 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
265 runner.run('flash')
300 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
302 runner.run('flash')
340 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
342 runner.run('flash')
[all …]
Dtest_xsdb.py52 runner = XSDBBinaryRunner(
59 runner.do_run("flash")
83 runner = XSDBBinaryRunner.create(runner_config, arg_namespace)
85 runner.do_run("flash")
Dtest_dediprog.py54 runner = DediProgBinaryRunner(runner_config, spi_image=spi_image,
56 runner.run('flash')
75 runner = DediProgBinaryRunner.create(runner_config, arg_namespace)
76 runner.run('flash')
Dtest_gd32isp.py51 runner = Gd32ispBinaryRunner(runner_config, TEST_GD32ISP_DEV)
53 runner.run('flash')
68 runner = Gd32ispBinaryRunner.create(runner_config, arg_namespace)
70 runner.run('flash')
Dtest_stm32flash.py84 runner = Stm32flashBinaryRunner(runner_config, device=TEST_DEVICE,
91 runner.run('flash')
108 runner = Stm32flashBinaryRunner.create(runner_config, arg_namespace)
111 runner.run('flash')
Dtest_blackmagicprobe.py64 runner = BlackMagicProbeRunner(runner_config, TEST_GDB_SERIAL)
65 runner.run(command)
77 runner = BlackMagicProbeRunner.create(runner_config, arg_namespace)
78 runner.run(command)
90 runner = BlackMagicProbeRunner.create(runner_config, arg_namespace)
91 runner.run(command)
Dtest_nxp_s32dbg.py175 runner = s32dbg(s32dbg_args)
176 runner.run('debugserver')
207 runner = s32dbg(s32dbg_args)
208 runner.run('debug')
241 runner = s32dbg(s32dbg_args)
242 runner.run('attach')
Dtest_canopen_program.py78 runner = CANopenBinaryRunner.create(runner_config, arg_namespace)
80 runner.run('flash')
86 logger=runner.logger,
95 logger=runner.logger,
Dtest_stm32cubeprogrammer.py398 runner = STM32CubeProgrammerBinaryRunner(
412 runner.run("flash")
458 runner = STM32CubeProgrammerBinaryRunner.create(runner_config, arg_namespace)
459 runner.run("flash")
Dtest_dfu_util.py84 runner = DfuUtilBinaryRunner(runner_config, TEST_PID, alt, img, exe=exe,
87 runner.run('flash')
134 runner = DfuUtilBinaryRunner.create(runner_config, arg_namespace)
136 runner.run('flash')
/Zephyr-latest/cmake/flash/
DCMakeLists.txt5 # generator expression when writing the flash runner yaml file.
33 runners_yaml_append("\n# Common runner configuration values.")
82 # Save runner state in a YAML file.
89 foreach(runner ${runners})
90 runners_yaml_append("- ${runner}")
94 runners_yaml_append("\n# Default flash runner if --runner is not given.")
95 runners_yaml_append("flash-runner: ${BOARD_FLASH_RUNNER}")
98 runners_yaml_append("\n# Default debug runner if --runner is not given.")
99 runners_yaml_append("debug-runner: ${BOARD_DEBUG_RUNNER}")
102 runners_yaml_append("\n# Default simulation runner if --runner is not given.")
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py24 runner='runner',
49 device.device_config.runner = 'pyocd'
60 device.device_config.runner = 'nrfjprog'
71 device.device_config.runner = 'openocd'
84 device.device_config.runner = 'openocd'
97 device.device_config.runner = 'jlink'
109 device.device_config.runner = 'stm32cubeprogrammer'
121 device.device_config.runner = 'openocd'
146 device.device_config.runner = 'openocd'
174 device.device_config.runner = 'pyocd'
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py54 if self.device_config.runner:
67 runner = self.device_config.runner
68 base_args.extend(['--runner', runner])
73 if runner == 'pyocd':
76 elif runner in ('nrfjprog', 'nrfutil'):
79 … elif runner == 'openocd' and self.device_config.product in ['STM32 STLink', 'STLINK-V3']:
82 elif runner == 'openocd' and self.device_config.product == 'EDBG CMSIS-DAP':
85 elif runner == "openocd" and self.device_config.product == "LPC-LINK2 CMSIS-DAP":
88 elif runner == 'jlink':
91 elif runner == 'stm32cubeprogrammer':
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py50 runner=None, argument
66 self.runner = runner
288 runner = dut.get('runner')
300 runner=runner,
366 runner='unknown',
369 for runner, _ in self.runner_mapping.items():
370 products = self.runner_mapping.get(runner)
372 s_dev.runner = runner
377 s_dev.runner = runner
435 runner = _connected.runner
[all …]
Dtwister_main.py20 from twisterlib.runner import TwisterRunner
182 runner = TwisterRunner(tplan.instances, tplan.testsuites, env)
192 runner.duts = hwm.duts
193 runner.run()
213 runner.results.summary()
215 report.summary(runner.results, options.disable_unrecognized_section_test, duration)
242 runner.results.failed
243 or runner.results.error
/Zephyr-latest/scripts/west_commands/runners/
D__init__.py73 def get_runner_cls(runner): argument
76 if cls.name() == runner:
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py18 runner = None variable
96 runner.set_fw_ready(recv_file)
140 while not runner.is_fw_ready():
163 with subprocess.Popen(runner.get_script(), stdout=subprocess.PIPE,
187 runner.cleanup()
209 child_desc = " ".join(runner.script) + f", PID={proc.pid}"
223 log.error("Try: sudo pkill -9 -f %s", runner.load_cmd)
337 runner = device_runner(args) variable
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py26 runner: str = '' variable in DeviceConfig
74 runner=config.option.runner,
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst414 - ``runners``: Try to guess the folder when using any of the 'runner'
465 programs, you can specify which one to use using the ``--runner`` (or
470 west flash --runner jlink
472 You can override the default flash runner at build time by using the
473 ``BOARD_FLASH_RUNNER`` CMake variable, and the debug runner with
478 # Set the default runner to "jlink", overriding the board's
485 See :ref:`west-runner` below for more information on the ``runner``
500 flash (assuming your runner expects a HEX file), but keep other
511 Each runner may support additional options related to flashing. For
528 <runner-name>`` to print usage information for options supported by
[all …]
/Zephyr-latest/arch/posix/
DCMakeLists.txt9 # native_simulator runner build. Currently the following are used:
11 # Extra compile options to be used during the build of the runner files
14 # Extra link options to be passed during the *final* link of the runner
18 # Extra sources to be built in the native simulator runner context
21 # the runner is built with.
23 # Extra libraries to link with the runner
32 # information. This means we cannot directly pass it to the native_simulator runner build.
84 # which are provided by the native simulator runner
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Dopenocd.cfg4 # Used by the runner to configure OpenOCD
/Zephyr-latest/boards/native/common/
Dnatsim_linker_script.ld9 * @brief Extra linker command/script file for the native simulator runner
/Zephyr-latest/boards/st/nucleo_f303k8/doc/
Dindex.rst140 The board is configured to be flashed using west `STM32CubeProgrammer`_ runner,
144 the ``--runner`` (or ``-r``) option:
148 $ west flash --runner openocd
149 $ west flash --runner jlink
150 $ west flash --runner pyocd
/Zephyr-latest/boards/st/stm32h7s78_dk/
Dboard.cmake9 # FIXME: openocd runner not yet available.
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst27 child, this then contains a map of commands as they would be provided to the flash runner e.g.
29 are grouped by flash runner, and by qualifiers/boards). Commands have associated runners that
31 runners, otherwise must contain each runner that it applies to using the runner-specific name.
87 multiple images, the flash runner run once configuration will be applied.

12345678910