Searched full:west_commands (Results 1 – 13 of 13) sorted by relevance
3 - file: scripts/west_commands/completion.py8 - file: scripts/west_commands/boards.py13 - file: scripts/west_commands/shields.py18 - file: scripts/west_commands/build.py23 - file: scripts/west_commands/twister_cmd.py28 - file: scripts/west_commands/sign.py33 - file: scripts/west_commands/flash.py38 - file: scripts/west_commands/debug.py52 - file: scripts/west_commands/export.py57 - file: scripts/west_commands/spdx.py[all …]
16 # used by west_commands
14 - 'scripts/west_commands/**'23 - 'scripts/west_commands/**'72 python ./scripts/west_commands/run_tests.py76 ./scripts/west_commands/run_tests.py
1110 "./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 …]
301 - scripts/west_commands/bindesc.py1122 - scripts/west_commands/runners/canopen_program.py3469 - scripts/west_commands/*/*gd32*3489 - scripts/west_commands/runners/mdb.py3490 - scripts/west_commands/tests/test_mdb.py3491 - scripts/west_commands/runners/nsim.py3669 - scripts/west_commands/runners/intel_adsp.py4526 - scripts/west_commands/
55 scripts/west_commands/runners/canopen_program.py
17 * Corresponds to the definitions in scripts/west_commands/bindesc.py.37 * Corresponds to the definitions in scripts/west_commands/bindesc.py.
70 # configure the scripts/west_commands/runners Python package used
31 :file:`zephyr/scripts/west_commands` directory for the implementation details.
691 library at :zephyr_file:`scripts/west_commands/runners`. Each wrapper is801 The test cases in :zephyr_file:`scripts/west_commands/tests` add unit test
440 The *west_commands* attribute is now always a list. In previous
23 sys.path.insert(0, str(ZEPHYR_BASE / "scripts" / "west_commands"))
183 using the customized OpenOCD runner script :zephyr_file:`scripts/west_commands/runners/intel_cyclon…