Home
last modified time | relevance | path

Searched refs:runners (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-Core-3.6.0/cmake/flash/
DCMakeLists.txt83 set(runners ${ARGV}) variable
85 set(runners_yaml "${PROJECT_BINARY_DIR}/runners.yaml")
87 runners_yaml_append("# Available runners configured by board.cmake.\nrunners:")
88 foreach(runner ${runners})
107 foreach(runner ${runners})
112 # Usually, the runner has arguments. Append them to runners.yaml,
127 "a configuration file for the runners Python package")
134 # Available runners and their arguments are configured in board.cmake
Dcheck_runner_dependencies.cmake3 # The purpose of this script is to ensure that no runners targets contains
/Zephyr-Core-3.6.0/scripts/west_commands/tests/
Dtest_imports.py5 from runners.core import ZephyrBinaryRunner
Dconftest.py9 from runners.core import RunnerConfig, FileType
Dtest_gd32isp.py11 from runners.gd32isp import Gd32ispBinaryRunner
Dtest_dediprog.py12 from runners.dediprog import DediProgBinaryRunner
Dtest_blackmagicprobe.py12 from runners import blackmagicprobe
13 from runners.blackmagicprobe import BlackMagicProbeRunner
Dtest_stm32flash.py12 from runners.stm32flash import Stm32flashBinaryRunner
/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Dqemu.py7 from runners.core import ZephyrBinaryRunner, RunnerCaps
D__init__.py8 from runners.core import ZephyrBinaryRunner, MissingProgram
Dxtensa.py9 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dnative_gdb.py7 from runners.core import ZephyrBinaryRunner, RunnerCaps, RunnerConfig
Dhifive1.py9 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dmisc.py13 from runners.core import ZephyrBinaryRunner, RunnerCaps
Ddediprog.py11 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dgd32isp.py6 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dezflashcli.py6 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dnsim.py10 from runners.core import ZephyrBinaryRunner
Dnrfjprog.py11 from runners.nrf_common import ErrNotAvailableBecauseProtection, ErrVerify, \
Dnios2.py7 from runners.core import ZephyrBinaryRunner, NetworkPortHelper
Duf2.py10 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dintel_adsp.py14 from runners.core import ZephyrBinaryRunner, RunnerCaps
Dnrfutil.py13 from runners.nrf_common import NrfBinaryRunner
/Zephyr-Core-3.6.0/doc/develop/west/
Dbuild-flash-debug.rst414 - ``runners``: Try to guess the folder when using any of the 'runner'
486 library used by West. The list of runners which support flashing can
489 available runners for your board.
506 supported by all runners.
512 example, some runners support an ``--erase`` flag, which mass-erases
515 To view all of the available options for the runners your board
527 prints a list of runners. You can use ``west flash -H -r
600 library used by West. The list of runners which support debugging can
603 available runners for your board.
621 supported by all runners.
[all …]
/Zephyr-Core-3.6.0/scripts/west_commands/
DREADME.txt11 date. The mypy static type checker is also run on the runners package.

1234