Searched refs:plat (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 597 def handle_quarantined_tests(self, instance: TestInstance, plat: Platform): 599 simulator = plat.simulator_by_name(self.options) 602 plat.name, 603 plat.arch, 816 for itoolchain, plat in itertools.product( 821 elif plat.arch in ['posix', 'unit']: 830 instance = TestInstance(ts, plat, toolchain, self.env.outdir) 836 if not force_platform and self.check_platform(plat,exclude_platform): 839 if (plat.arch == "unit") != (ts.type == "unit"): 870 and plat.name not in ts.integration_platforms [all …]
|
D | hardwaremap.py | 297 for plat in platforms: 298 new_dut = DUT(platform=plat,
|
D | coverage.py | 578 for plat in options.coverage_platform: 579 if has_system_gcov(testplan.get_platform(plat)):
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 225 plat = sys.platform 226 if plat.startswith('win32'): 228 elif plat.startswith('linux'): 230 elif plat.startswith('darwin'):
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 135 for plat in plan.platforms: 137 plat.ignore_tags = plat_value 139 plat.flash = plat_value 141 plat.ram = plat_value 143 plat.env = plat_value 144 plat.env_satisfied = False 146 plat.supported_toolchains = plat_value 242 for plat in class_testplan.platforms: 243 plat.flash = plat_flash 244 plat.ram = plat_ram
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 258 to enable this, `imx-atf`_ can to be modified in "plat/imx/imx93/trdc_config.h".
|