/Zephyr-latest/scripts/tests/twister/ |
D | test_quarantine.py | 68 platforms, argument 78 platforms=platforms, 85 platforms=platforms, 106 platforms=['dummy platform'], 138 platforms=['dummy platform'], 241 platforms=['very bad dummy platform'], 247 platforms=['all'], 253 platforms=['all'],
|
D | test_testplan.py | 97 plan.platforms = platforms_list 132 plan.platforms = platforms_list 135 for plat in plan.platforms: 207 class_testplan.platforms = platforms_list 238 class_testplan.platforms = platforms_list 242 for plat in class_testplan.platforms: 263 plan.platforms = platforms_list 329 class_testplan.platforms = platforms_list 383 plan.platforms = platforms_list 727 testplan.platforms=[mock.Mock(), mock.Mock(), mock.Mock(), mock.Mock(), [all …]
|
D | conftest.py | 82 return plan.platforms 89 class_testplan.platforms = platforms_list
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 49 platforms: list[str] = field(default_factory=list) variable in QuarantineElement 63 if 'all' in self.platforms: 64 self.platforms = [] 71 self.re_platforms = [re.compile(pat) for pat in self.platforms] 78 if not any([self.scenarios, self.platforms, self.architectures, self.simulations]): 125 if (qelem.platforms
|
D | testplan.py | 115 self.platforms = [] 466 if platform.name in [p.name for p in self.platforms]: 471 self.platforms.append(platform) 531 for platform in self.platforms: 542 self.platform_names = [a for p in self.platforms for a in p.aliases] 670 for platform in self.platforms: 824 platforms = list(filter(lambda p: p.name in platform_filter, self.platforms)) 826 platforms = list( 827 filter(lambda p: bool(p.simulator_by_name(self.options.sim_name)), self.platforms) 830 platforms = list(filter(lambda p: p.vendor in vendor_filter, self.platforms)) [all …]
|
/Zephyr-latest/scripts/ci/ |
D | test_plan.py | 105 … pull_request=False, platforms=[], detailed_test_id=True, quarantine_list=None, tc_roots_th=20): argument 114 self.platforms = platforms 125 if not self.platforms: 197 if self.platforms: 198 for platform in self.platforms: 224 if self.platforms: 225 for platform in self.platforms: 324 if self.platforms: 325 for platform in self.platforms: 389 if self.platforms: [all …]
|
/Zephyr-latest/boards/microchip/m2gl025_miv/support/ |
D | m2gl025_miv.repl | 3 using "platforms/cpus/miv.repl"
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_cavs25.rst | 32 debugging applicable to all CAVS and ACE platforms. 34 .. _Tiger Lake: https://www.intel.com/content/www/us/en/products/platforms/details/tiger-lake-h.html
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | README.rst | 5 Use deep sleep on Nordic platforms. 11 deep sleep on Nordic platforms.
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.intel | 10 Enable Intel SHA driver. To be used on ACE and CAVS platforms.
|
/Zephyr-latest/boards/ite/it8xxx2_evb/support/ |
D | it8xxx2_evb.resc | 8 machine LoadPlatformDescription @platforms/boards/it8xxx2_evb.repl
|
/Zephyr-latest/soc/intel/lakemont/ |
D | Kconfig.defconfig | 15 # Target platforms are usually not PC-compatible
|
/Zephyr-latest/tests/arch/arm/arm_irq_vector_table/ |
D | irq-vector-table.ld | 6 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-latest/include/zephyr/linker/ |
D | irq-vector-table-section.ld | 9 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-latest/samples/ |
D | sample_definition_and_criteria.rst | 19 1. Samples must not be used to test features or verify platforms 60 run on the documented platforms. Use the ``harness`` option to skip the 64 file and should be operational on all supported platforms. Do not rely on the 77 * Use ``platform_allow`` to limit test to the platforms the sample was actually 78 verified on. Those platforms should be listed in the sample's README file.
|
/Zephyr-latest/boards/sifive/hifive_unmatched/support/ |
D | hifive_unmatched.resc | 11 using "platforms/cpus/sifive-fu740.repl"
|
/Zephyr-latest/boards/sifive/hifive1/support/ |
D | hifive1.resc | 8 using "platforms/cpus/sifive-fe310.repl"
|
/Zephyr-latest/soc/snps/qemu_arc/ |
D | CMakeLists.txt | 16 message(WARNING "QEMU ARC platforms other than HS3X are not supported yet with MW toolchain")
|
/Zephyr-latest/doc/services/portability/ |
D | index.rst | 9 multiple software and hardware platforms.
|
/Zephyr-latest/boards/sifive/hifive_unleashed/support/ |
D | hifive_unleashed.resc | 11 using "platforms/cpus/sifive-fu540.repl"
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xlnx | 13 This option enables the UART driver for Xilinx MPSoC platforms.
|
/Zephyr-latest/tests/subsys/openthread/ |
D | CMakeLists.txt | 11 ${ZEPHYR_BASE}/../modules/lib/openthread/examples/platforms/
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 74 If you want to run tests on one or more specific platforms, you can use 76 option, test suites will only be built/run on the platforms specified. 378 hardware. Currently architectures/platforms/simulation are supported: 410 hardware. Currently both architectures and platforms are supported: 439 If true, attempt to build test scenario on all available platforms. This is mostly 444 will enable the test only those platforms that provide this feature. 481 platform_allow: <list of platforms> 482 Set of platforms that this test scenario should only be run for. Do not use 487 integration_platforms: <YML list of platforms/boards> 488 This option limits the scope to the listed platforms when twister is [all …]
|
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/ |
D | README.rst | 4 Exercise the various sleep modes on TI CC13x2/CC26x2 platforms. 10 the various sleep modes on TI CC13x2/CC26x2 platforms. The functional
|
/Zephyr-latest/soc/intel/intel_ish/ |
D | Kconfig.defconfig | 21 # Target platforms are not PC-compatible
|