Home
last modified time | relevance | path

Searched full:west_commands (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/scripts/
Dwest-commands.yml3 - file: scripts/west_commands/completion.py
8 - file: scripts/west_commands/boards.py
13 - file: scripts/west_commands/shields.py
18 - file: scripts/west_commands/build.py
23 - file: scripts/west_commands/twister_cmd.py
28 - file: scripts/west_commands/sign.py
33 - file: scripts/west_commands/flash.py
38 - file: scripts/west_commands/debug.py
52 - file: scripts/west_commands/export.py
57 - file: scripts/west_commands/spdx.py
[all …]
Drequirements-base.txt16 # used by west_commands
/Zephyr-latest/.github/workflows/
Dwest_cmds.yml14 - 'scripts/west_commands/**'
23 - 'scripts/west_commands/**'
72 python ./scripts/west_commands/run_tests.py
76 ./scripts/west_commands/run_tests.py
/Zephyr-latest/
D.ruff-excludes.toml1110 "./scripts/west_commands/bindesc.py" = [
1115 "./scripts/west_commands/blobs.py" = [
1119 "./scripts/west_commands/build.py" = [
1127 "./scripts/west_commands/build_helpers.py" = [
1132 "./scripts/west_commands/completion.py" = [
1136 "./scripts/west_commands/debug.py" = [
1140 "./scripts/west_commands/export.py" = [
1143 "./scripts/west_commands/fetchers/__init__.py" = [
1146 "./scripts/west_commands/fetchers/core.py" = [
1151 "./scripts/west_commands/fetchers/http.py" = [
[all …]
DMAINTAINERS.yml301 - scripts/west_commands/bindesc.py
1122 - scripts/west_commands/runners/canopen_program.py
3469 - scripts/west_commands/*/*gd32*
3489 - scripts/west_commands/runners/mdb.py
3490 - scripts/west_commands/tests/test_mdb.py
3491 - scripts/west_commands/runners/nsim.py
3669 - scripts/west_commands/runners/intel_adsp.py
4526 - scripts/west_commands/
/Zephyr-latest/scripts/ci/
Dtwister_ignore.txt55 scripts/west_commands/runners/canopen_program.py
/Zephyr-latest/include/zephyr/
Dbindesc.h17 * Corresponds to the definitions in scripts/west_commands/bindesc.py.
37 * Corresponds to the definitions in scripts/west_commands/bindesc.py.
/Zephyr-latest/cmake/modules/
Dkernel.cmake70 # configure the scripts/west_commands/runners Python package used
/Zephyr-latest/doc/develop/west/
Dextensions.rst31 :file:`zephyr/scripts/west_commands` directory for the implementation details.
Dbuild-flash-debug.rst691 library at :zephyr_file:`scripts/west_commands/runners`. Each wrapper is
801 The test cases in :zephyr_file:`scripts/west_commands/tests` add unit test
Dwest-apis.rst440 The *west_commands* attribute is now always a list. In previous
/Zephyr-latest/doc/
Dconf.py23 sys.path.insert(0, str(ZEPHYR_BASE / "scripts" / "west_commands"))
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst183 using the customized OpenOCD runner script :zephyr_file:`scripts/west_commands/runners/intel_cyclon…