Home
last modified time | relevance | path

Searched full:config_file (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dutils.py15 def find_in_config(config_file: Path | str, config_key: str) -> str:
18 with open(config_file) as f:
/Zephyr-latest/scripts/tests/twister/
Dconftest.py62 plan.parse_configuration(config_file=env.test_config)
80 plan.parse_configuration(config_file=class_testplan.env.test_config)
Dtest_testplan.py63 plan.parse_configuration(config_file=class_env.test_config)
468 tmp_config_file = tmp_path / 'config_file.yaml'
/Zephyr-latest/scripts/kconfig/
Ddiffconfig42 def readconfig(config_file): argument
44 for line in config_file:
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270.c476 &cfg->feature->config_file[index], in write_config_file()
783 .config_file = bmi270_config_file_max_fifo,
789 .config_file = bmi270_config_file_base,
Dbmi270.h298 const uint8_t *config_file; member
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestplan.py140 def parse_configuration(self, config_file): argument
141 if os.path.exists(config_file):
143 self.test_config = scl.yaml_load_verify(config_file, tc_schema)
145 raise TwisterRuntimeError(f"File {config_file} not found.")
209 self.parse_configuration(config_file=self.env.test_config)
/Zephyr-latest/modules/hostap/
DCMakeLists.txt246 ${WIFI_NM_HOSTAPD_BASE}/config_file.c
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1596 config_file = os.path.join(ZEPHYR_BASE, ".yamllint")
1602 yaml_config = config.YamlLintConfig(file=config_file)