/Zephyr-Core-3.5.0/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_class.py | 91 plan.platforms = platforms_list 125 plan.platforms = platforms_list 128 for plat in plan.platforms: 197 class_testplan.platforms = platforms_list 228 class_testplan.platforms = platforms_list 232 for plat in class_testplan.platforms: 253 plan.platforms = platforms_list 319 class_testplan.platforms = platforms_list 352 plan.platforms = platforms_list 373 plan.platforms = platforms_list [all …]
|
D | test_testinstance.py | 41 class_testplan.platforms = platforms_list 83 class_testplan.platforms = platforms_list 94 class_testplan.platforms = platforms_list
|
D | conftest.py | 82 return plan.platforms 89 class_testplan.platforms = platforms_list
|
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 40 platforms: list[str] = field(default_factory=list) variable in QuarantineElement 54 if 'all' in self.platforms: 55 self.platforms = [] 62 self.re_platforms = [re.compile(pat) for pat in self.platforms] 69 if not any([self.scenarios, self.platforms, self.architectures, self.simulations]): 116 if (qelem.platforms
|
D | testplan.py | 100 self.platforms = [] 400 def report_platform_tests(self, platforms=[]): argument 401 if len(platforms) > 1: 405 for p in platforms: 439 if platform.name in [p.name for p in self.platforms]: 446 self.platforms.append(platform) 480 self.platforms.append(platform_revision) 489 self.platform_names = [p.name for p in self.platforms] 553 for platform in self.platforms: 668 platforms = list(filter(lambda p: p.name in platform_filter, self.platforms)) [all …]
|
/Zephyr-Core-3.5.0/scripts/ci/ |
D | test_plan.py | 89 def __init__(self, modified_files, pull_request=False, platforms=[]): argument 96 self.platforms = platforms 103 if not self.platforms: 162 if self.platforms: 163 for platform in self.platforms: 193 if self.platforms: 194 for platform in self.platforms: 259 if self.platforms: 260 for platform in self.platforms: 326 if self.platforms: [all …]
|
/Zephyr-Core-3.5.0/samples/boards/nrf/system_off/ |
D | README.rst | 10 deep sleep on Nordic platforms. 15 On nRF52 platforms this also can demonstrate RAM retention. By selecting
|
/Zephyr-Core-3.5.0/boards/riscv/m2gl025_miv/support/ |
D | m2gl025_miv.repl | 3 using "platforms/cpus/miv.repl"
|
/Zephyr-Core-3.5.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | index.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-Core-3.5.0/samples/ |
D | classic.rst | 7 platforms:
|
/Zephyr-Core-3.5.0/drivers/crypto/ |
D | Kconfig.intel | 10 Enable Intel SHA driver. To be used on ACE and CAVS platforms.
|
/Zephyr-Core-3.5.0/boards/riscv/it8xxx2_evb/support/ |
D | it8xxx2_evb.resc | 8 machine LoadPlatformDescription @platforms/boards/it8xxx2_evb.repl
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/linker/ |
D | irq-vector-table-section.ld | 7 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-Core-3.5.0/soc/x86/lakemont/ |
D | Kconfig.defconfig | 18 # Target platforms are usually not PC-compatible
|
/Zephyr-Core-3.5.0/boards/riscv/mpfs_icicle/support/ |
D | mpfs250t.resc | 8 machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl
|
/Zephyr-Core-3.5.0/boards/riscv/hifive_unleashed/support/ |
D | hifive_unleashed.resc | 11 using "platforms/cpus/sifive-fu540.repl"
|
/Zephyr-Core-3.5.0/soc/arc/snps_qemu/ |
D | CMakeLists.txt | 18 message(WARNING "QEMU ARC platforms other than HS are not supported yet with MW toolchain")
|
/Zephyr-Core-3.5.0/soc/x86/intel_ish/ |
D | Kconfig.defconfig | 23 # Target platforms are not PC-compatible
|
/Zephyr-Core-3.5.0/boards/riscv/hifive1/support/ |
D | hifive1.resc | 8 using "platforms/cpus/sifive-fe310.repl"
|
/Zephyr-Core-3.5.0/doc/services/portability/ |
D | index.rst | 9 multiple software and hardware platforms.
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | Kconfig.xlnx | 13 This option enables the UART driver for Xilinx MPSoC platforms.
|
/Zephyr-Core-3.5.0/tests/subsys/openthread/ |
D | CMakeLists.txt | 11 ${ZEPHYR_BASE}/../modules/lib/openthread/examples/platforms/
|
/Zephyr-Core-3.5.0/doc/develop/test/ |
D | twister.rst | 73 If you want to run tests on one or more specific platforms, you can use 75 option, test suites will only be built/run on the platforms specified. 324 hardware. Currently both architectures and platforms are supported: 353 If true, attempt to build test on all available platforms. This is mostly 358 will enable the test only those platforms that provide this feature. 384 platform_allow: <list of platforms> 385 Set of platforms that this test case should only be run for. Do not use 390 integration_platforms: <YML list of platforms/boards> 391 This option limits the scope to the listed platforms when twister is 396 platform_exclude: <list of platforms> [all …]
|