Home
last modified time | relevance | path

Searched refs:create (Results 1 – 24 of 24) sorted by relevance

/scripts/west_commands/tests/
A Dtest_rfp.py151 runner = RfpBinaryRunner.create(runner_config, arg_namespace)
183 runner = RfpBinaryRunner.create(runner_config, arg_namespace)
206 runner = RfpBinaryRunner.create(runner_config, arg_namespace)
229 runner = RfpBinaryRunner.create(runner_config, arg_namespace)
259 runner = RfpBinaryRunner.create(runner_config, arg_namespace)
A Dtest_bossac.py225 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
263 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
300 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
340 runner = BossacBinaryRunner.create(runner_config, arg_namespace)
A Dtest_dediprog.py75 runner = DediProgBinaryRunner.create(runner_config, arg_namespace)
A Dtest_gd32isp.py68 runner = Gd32ispBinaryRunner.create(runner_config, arg_namespace)
A Dtest_xsdb.py141 runner = XSDBBinaryRunner.create(runner_config, arg_namespace)
A Dtest_blackmagicprobe.py77 runner = BlackMagicProbeRunner.create(runner_config, arg_namespace)
90 runner = BlackMagicProbeRunner.create(runner_config, arg_namespace)
A Dtest_stm32flash.py108 runner = Stm32flashBinaryRunner.create(runner_config, arg_namespace)
A Dtest_canopen_program.py78 runner = CANopenBinaryRunner.create(runner_config, arg_namespace)
A Dtest_dfu_util.py134 runner = DfuUtilBinaryRunner.create(runner_config, arg_namespace)
A Dtest_pyocd.py147 return PyOcdBinaryRunner.create(runner_config, arg_namespace)
A Dtest_stm32cubeprogrammer.py546 runner = STM32CubeProgrammerBinaryRunner.create(runner_config, arg_namespace)
A Dtest_nxp_s32dbg.py138 return NXPS32DebugProbeRunner.create(runner_config_patched, arg_namespace)
A Dtest_mdb.py170 return mdb_runner.create(runner_config, arg_namespace)
A Dtest_nrf.py474 runner = cls.create(runner_config, arg_namespace)
/scripts/ci/es_upload/
A DREADME.md8 An index map file allows to create destination index files on ElasticSearch server
33 Execute the upload script once for the first time to create your index at the ElasticSearch
36 python3 ./scripts/ci/upload_test_results_es.py --create-index \
74 python3 ./scripts/ci/upload_test_results_es.py --create-index \
95 python3 ./scripts/ci/upload_test_results_es.py --create-index \
119 python3 ./scripts/ci/upload_test_results_es.py --create-index \
142 python3 ./scripts/ci/upload_test_results_es.py --create-index \
/scripts/west_commands/completion/
A Dwest-completion.zsh13 'init[create a west workspace]'
36 'spdx[create SPDX bill of materials]'
257 '(-d --build-dir)'{-d,--build-dir}'[build directory to create or use]:build dir:_directories'
259 '--sysbuild[create multi-domain build system]'
260 '--no-sysbuild[do not create multi-domain build system]'
277 '(-d --build-dir)'{-d,--build-dir}'[build directory to create or use]:build dir:_directories'
309 '(-d --build-dir)'{-d,--build-dir}'[build directory to create or use]:build dir:_directories'
334 '(-d --build-dir)'{-d,--build-dir}'[build directory to create or use]:build dir:_directories'
A Dwest-completion.fish160 set -l builtin_cmds "init" "create a west repository" \
181 "spdx" "create SPDX bill of materials" \
346 complete -c west -n __zephyr_west_use_subcommand -ra init -d "create a west workspace"
433 … -o d -l build-dir -xa "(__zephyr_west_complete_directories)" -d "build directory to create or use"
435 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l sysbuild -d "create multi-domain …
436 complete -c west -n "__zephyr_west_seen_subcommand_from build" -l no-sysbuild -d "do not create mul…
447 … -o d -l build-dir -ra "(__zephyr_west_complete_directories)" -d "build directory to create or use"
473 … -o d -l build-dir -ra "(__zephyr_west_complete_directories)" -d "build directory to create or use"
492 …st_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra spdx -d "create SPDX bill of mater…
494 … -o d -l build-dir -ra "(__zephyr_west_complete_directories)" -d "build directory to create or use"
/scripts/
A Dwest-commands.yml61 help: create SPDX bill of materials
101 help: create a GNU global tags file for the current workspace
A Drequirements-base.txt1 # BASE: required to build or create images with zephyr
/scripts/pylib/pytest-twister-harness/src/twister_harness/
A Dplugin.py145 config.twister_harness_config = TwisterHarnessConfig.create(config) # type: ignore
A Dtwister_harness_config.py55 def create(cls, config: pytest.Config) -> TwisterHarnessConfig: member in TwisterHarnessConfig
/scripts/ci/
A Dupload_test_results_es.py285 es.indices.create(index=args.index, mappings=mappings, settings=settings)
/scripts/west_commands/runners/
A Dcore.py660 def create(cls, cfg: RunnerConfig, member in ZephyrBinaryRunner
/scripts/west_commands/
A Drun_common.py523 runner = runner_cls.create(runner_config, args)

Completed in 33 milliseconds