Searched refs:runners (Results 1 – 25 of 80) sorted by relevance
1234
/Zephyr-Core-3.6.0/cmake/flash/ |
D | CMakeLists.txt | 83 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
|
D | check_runner_dependencies.cmake | 3 # The purpose of this script is to ensure that no runners targets contains
|
/Zephyr-Core-3.6.0/scripts/west_commands/tests/ |
D | test_imports.py | 5 from runners.core import ZephyrBinaryRunner
|
D | conftest.py | 9 from runners.core import RunnerConfig, FileType
|
D | test_gd32isp.py | 11 from runners.gd32isp import Gd32ispBinaryRunner
|
D | test_dediprog.py | 12 from runners.dediprog import DediProgBinaryRunner
|
D | test_blackmagicprobe.py | 12 from runners import blackmagicprobe 13 from runners.blackmagicprobe import BlackMagicProbeRunner
|
D | test_stm32flash.py | 12 from runners.stm32flash import Stm32flashBinaryRunner
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | qemu.py | 7 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | __init__.py | 8 from runners.core import ZephyrBinaryRunner, MissingProgram
|
D | xtensa.py | 9 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | native_gdb.py | 7 from runners.core import ZephyrBinaryRunner, RunnerCaps, RunnerConfig
|
D | hifive1.py | 9 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | misc.py | 13 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | dediprog.py | 11 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | gd32isp.py | 6 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | ezflashcli.py | 6 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | nsim.py | 10 from runners.core import ZephyrBinaryRunner
|
D | nrfjprog.py | 11 from runners.nrf_common import ErrNotAvailableBecauseProtection, ErrVerify, \
|
D | nios2.py | 7 from runners.core import ZephyrBinaryRunner, NetworkPortHelper
|
D | uf2.py | 10 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | intel_adsp.py | 14 from runners.core import ZephyrBinaryRunner, RunnerCaps
|
D | nrfutil.py | 13 from runners.nrf_common import NrfBinaryRunner
|
/Zephyr-Core-3.6.0/doc/develop/west/ |
D | build-flash-debug.rst | 414 - ``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/ |
D | README.txt | 11 date. The mypy static type checker is also run on the runners package.
|
1234