Searched refs:hwm (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/scripts/west_commands/ |
D | boards.py | 97 dir=board.dir, hwm=board.hwm, qualifiers='')) 107 hwm=board.hwm,
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 115 hwm = HardwareMap(env) 116 ret = hwm.discover() 120 env.hwm = hwm 171 hwm.dump(filtered=tplan.selected_platforms) 189 for d in hwm.duts: 192 runner.duts = hwm.duts 225 hwm.summary(tplan.selected_platforms)
|
D | hardwaremap.py | 390 hwm = yaml.load(yaml_file, Loader=SafeLoader) 391 if hwm: 392 hwm.sort(key=lambda x: x.get('id', '')) 395 for h in hwm: 400 for h in hwm: 417 if hwm: 418 hwm = hwm + new 420 hwm = new 423 yaml.dump(hwm, yaml_file, Dumper=Dumper, default_flow_style=False)
|
D | testplan.py | 126 self.hwm = env.hwm 711 self.hwm 897 self.hwm
|
D | environment.py | 1051 self.hwm = None
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_hardwaremap.py | 656 def test_hardwaremap_save(mocked_hm, hwm, expected_dump): argument 657 read_mock = mock.mock_open(read_data=hwm) 673 with mock.patch('os.path.exists', return_value=hwm is not None), \
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 96 hwm: str 290 hwm='v2', 427 HWM='HWM;' + b.hwm, 451 HWM='HWM;' + board.hwm,
|
D | list_hardware.py | 297 hwm=arch.get('hwm'), 322 hwm='v2'
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 374 def run(self, full=True, no_modules=False, filename="Kconfig", hwm=None): argument 377 kconf = self.parse_kconfig(filename=filename, hwm=hwm) 581 def parse_kconfig(self, filename="Kconfig", hwm=None): argument 1089 super().run(full=False, hwm="v2", filename=kconfig_file)
|