Home
last modified time | relevance | path

Searched full:runner (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/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/.github/workflows/
Dwest_cmds.yml42 if: startsWith(runner.os, 'Linux')
46 key: ${{ runner.os }}-pip-${{ matrix.python-version }}
48 ${{ runner.os }}-pip-${{ matrix.python-version }}
50 if: startsWith(runner.os, 'macOS')
55 key: ${{ runner.os }}-pip-${{ matrix.python-version }}-
57 ${{ runner.os }}-pip-${{ matrix.python-version }}-
59 if: startsWith(runner.os, 'Windows')
63 key: ${{ runner.os }}-pip-${{ matrix.python-version }}
65 ${{ runner.os }}-pip-${{ matrix.python-version }}
70 if: runner.os == 'Windows'
[all …]
Ddevicetree_checks.yml39 if: startsWith(runner.os, 'Linux')
43 key: ${{ runner.os }}-pip-${{ matrix.python-version }}
45 ${{ runner.os }}-pip-${{ matrix.python-version }}
47 if: startsWith(runner.os, 'macOS')
52 key: ${{ runner.os }}-pip-${{ matrix.python-version }}-
54 ${{ runner.os }}-pip-${{ matrix.python-version }}-
56 if: startsWith(runner.os, 'Windows')
60 key: ${{ runner.os }}-pip-${{ matrix.python-version }}
62 ${{ runner.os }}-pip-${{ matrix.python-version }}
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py24 runner='runner',
43 …device.command == ['west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'runner']
49 device.device_config.runner = 'pyocd'
53 …'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'pyocd', '--', '--board-id'…
60 device.device_config.runner = 'nrfjprog'
64 …'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'nrfjprog', '--', '--dev-id…
71 device.device_config.runner = 'openocd'
76 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'openocd',
84 device.device_config.runner = 'openocd'
89 'west', 'flash', '--skip-rebuild', '--build-dir', 'build', '--runner', 'openocd',
[all …]
/Zephyr-latest/scripts/west_commands/runners/
D__init__.py19 _logger.warning(f'The module for runner "{runner_name}" '
73 def get_runner_cls(runner): argument
74 '''Get a runner's class object, given its name.'''
76 if cls.name() == runner:
78 raise ValueError(f'unknown runner "{runner}"')
Dcore.py8 """Zephyr binary runner core interfaces
11 as well as some other helpers for concrete runner classes.
256 '''This class represents a runner class's capabilities.
266 - dev_id: whether the runner supports device identifiers, in the form of an
271 - mult_dev_ids: whether the runner supports multiple device identifiers
274 - flash_addr: whether the runner supports flashing to an
275 arbitrary address. Default is False. If true, the runner
278 - erase: whether the runner supports an --erase option, which
288 - reset: whether the runner supports a --reset option, which
291 - extload: whether the runner supports a --extload option, which
[all …]
Dqemu.py5 '''Runner stub for QEMU.'''
11 '''Place-holder for QEMU runner customizations.'''
/Zephyr-latest/scripts/west_commands/
Drun_common.py142 group.add_argument('-r', '--runner',
143 help='override default runner from --build-dir')
147 help='execute runner only for given domain')
150 'runner configuration',
157 Run "west {command.name} --context" for runner-specific options.
159 If a build directory is found, --context also prints per-runner
162 Use "west {command.name} --context -r RUNNER" to limit output to a
163 specific RUNNER.
165 Some runner settings also can be overridden with options like
166 --hex-file. However, this depends on the runner: not all runners
[all …]
Ddebug.py28 self.runner_key = 'debug-runner' # in runners.yaml
52 self.runner_key = 'debug-runner' # in runners.yaml
70 self.runner_key = 'debug-runner' # in runners.yaml
88 self.runner_key = 'debug-runner' # in runners.yaml
Drobot.py9 Run RobotFramework test suites with a runner of choice.
23 self.runner_key = 'robot-runner' # in runners.yaml
Dsimulate.py9 Simulate the board on a runner of choice using generated artifacts.
23 self.runner_key = 'sim-runner' # in runners.yaml
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_hardwaremap.py108 ('manufacturer', 'product', 'serial', 'runner'),
111 def test_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
147 f' runner: {runner}\n' \
160 ('manufacturer', 'product', 'serial', 'runner'),
163 def test_few_generate(self, capfd, out_path, manufacturer, product, serial, runner): argument
211 f' runner: {runner}\n' \
217 f' runner: {runner}\n' \
223 f' runner: {runner}\n' \
229 f' runner: {runner}\n' \
278 ' runner: pyocd\n' \
/Zephyr-latest/scripts/west_commands/tests/
Dtest_bossac.py170 Test commands using a runner created by constructor.
188 runner = BossacBinaryRunner(runner_config, port=TEST_BOSSAC_PORT)
190 runner.run('flash')
203 Test commands using a runner created from command line parameters.
225 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
227 runner.run('flash')
240 Test commands using a runner created from command line parameters.
263 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
265 runner.run('flash')
278 Test commands using a runner created from command line parameters.
[all …]
Dtest_dediprog.py52 '''Test commands using a runner created by constructor.'''
54 runner = DediProgBinaryRunner(runner_config, spi_image=spi_image,
56 runner.run('flash')
67 '''Test commands using a runner created from command line parameters.'''
75 runner = DediProgBinaryRunner.create(runner_config, arg_namespace)
76 runner.run('flash')
Dtest_xsdb.py49 '''Test actions using a runner created by constructor.'''
52 runner = XSDBBinaryRunner(
59 runner.do_run("flash")
68 '''Test actions using a runner created from action line parameters.'''
83 runner = XSDBBinaryRunner.create(runner_config, arg_namespace)
85 runner.do_run("flash")
Dtest_stm32flash.py79 '''Test actions using a runner created by constructor.'''
84 runner = Stm32flashBinaryRunner(runner_config, device=TEST_DEVICE,
91 runner.run('flash')
98 '''Test actions using a runner created from action line parameters.'''
108 runner = Stm32flashBinaryRunner.create(runner_config, arg_namespace)
111 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_nxp_s32dbg.py56 # from runner
175 runner = s32dbg(s32dbg_args)
176 runner.run('debugserver')
200 gdb_script = tmp_path / 'runner.nxp_s32dbg'
207 runner = s32dbg(s32dbg_args)
208 runner.run('debug')
234 gdb_script = tmp_path / 'runner.nxp_s32dbg'
241 runner = s32dbg(s32dbg_args)
242 runner.run('attach')
Dtest_canopen_program.py47 '''Test CANopen runner created from command line parameters.'''
78 runner = CANopenBinaryRunner.create(runner_config, arg_namespace)
80 runner.run('flash')
86 logger=runner.logger,
95 logger=runner.logger,
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst414 - ``runners``: Try to guess the folder when using any of the 'runner'
461 Choosing a 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
508 Runner-Specific Overrides
[all …]
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if.h18 * embedded SW library, both by the native simulator runner,
49 * in the runner.
62 * Called by the runner to boot the CPU.
78 * Called by the runner when the simulation is ending/exiting
86 * Called by the runner each time an interrupt is raised by the HW
95 * Called by the runner each time an interrupt is raised in SW context itself.
104 * When the runner HW models use them and for what is up to those
/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 == "esp32":
79 elif runner in ('nrfjprog', 'nrfutil'):
82 … elif runner == 'openocd' and self.device_config.product in ['STM32 STLink', 'STLINK-V3']:
85 elif runner == 'openocd' and self.device_config.product == 'EDBG CMSIS-DAP':
88 elif runner == "openocd" and self.device_config.product == "LPC-LINK2 CMSIS-DAP":
91 elif runner == 'jlink':
[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.py21 from twisterlib.runner import TwisterRunner
151 runner = TwisterRunner(tplan.instances, tplan.testsuites, env)
161 runner.duts = hwm.duts
162 runner.run()
182 runner.results.summary()
184 report.summary(runner.results, options.disable_unrecognized_section_test, duration)
211 runner.results.failed
212 or runner.results.error
/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.
88 # which are provided by the native simulator runner

12345678910>>...15