Searched refs:create (Results 1 – 24 of 24) sorted by relevance
151 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)
225 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)
75 runner = DediProgBinaryRunner.create(runner_config, arg_namespace)
68 runner = Gd32ispBinaryRunner.create(runner_config, arg_namespace)
141 runner = XSDBBinaryRunner.create(runner_config, arg_namespace)
77 runner = BlackMagicProbeRunner.create(runner_config, arg_namespace)90 runner = BlackMagicProbeRunner.create(runner_config, arg_namespace)
108 runner = Stm32flashBinaryRunner.create(runner_config, arg_namespace)
78 runner = CANopenBinaryRunner.create(runner_config, arg_namespace)
134 runner = DfuUtilBinaryRunner.create(runner_config, arg_namespace)
147 return PyOcdBinaryRunner.create(runner_config, arg_namespace)
546 runner = STM32CubeProgrammerBinaryRunner.create(runner_config, arg_namespace)
138 return NXPS32DebugProbeRunner.create(runner_config_patched, arg_namespace)
170 return mdb_runner.create(runner_config, arg_namespace)
474 runner = cls.create(runner_config, arg_namespace)
8 An index map file allows to create destination index files on ElasticSearch server33 Execute the upload script once for the first time to create your index at the ElasticSearch36 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 \
13 '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'
160 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"
61 help: create SPDX bill of materials101 help: create a GNU global tags file for the current workspace
1 # BASE: required to build or create images with zephyr
145 config.twister_harness_config = TwisterHarnessConfig.create(config) # type: ignore
55 def create(cls, config: pytest.Config) -> TwisterHarnessConfig: member in TwisterHarnessConfig
285 es.indices.create(index=args.index, mappings=mappings, settings=settings)
660 def create(cls, cfg: RunnerConfig, member in ZephyrBinaryRunner
523 runner = runner_cls.create(runner_config, args)
Completed in 33 milliseconds