/Zephyr-Core-3.6.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.py | 94 plan.platforms = platforms_list 128 plan.platforms = platforms_list 131 for plat in plan.platforms: 200 class_testplan.platforms = platforms_list 231 class_testplan.platforms = platforms_list 235 for plat in class_testplan.platforms: 256 plan.platforms = platforms_list 322 class_testplan.platforms = platforms_list 377 plan.platforms = platforms_list 716 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-Core-3.6.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 | 102 self.platforms = [] 411 if platform.name in [p.name for p in self.platforms]: 418 self.platforms.append(platform) 451 self.platforms.append(platform_revision) 460 self.platform_names = [p.name for p in self.platforms] 525 for platform in self.platforms: 640 platforms = list(filter(lambda p: p.name in platform_filter, self.platforms)) 642 platforms = list(filter(lambda p: p.simulation != 'na', self.platforms)) 644 platforms = list(filter(lambda p: p.vendor in vendor_filter, self.platforms)) 647 platforms = list(filter(lambda p: p.arch in arch_filter, self.platforms)) [all …]
|
/Zephyr-Core-3.6.0/scripts/ci/ |
D | test_plan.py | 98 pull_request=False, platforms=[], detailed_test_id=True): argument 107 self.platforms = platforms 116 if not self.platforms: 176 if self.platforms: 177 for platform in self.platforms: 209 if self.platforms: 210 for platform in self.platforms: 303 if self.platforms: 304 for platform in self.platforms: 370 if self.platforms: [all …]
|
/Zephyr-Core-3.6.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.6.0/boards/riscv/m2gl025_miv/support/ |
D | m2gl025_miv.repl | 3 using "platforms/cpus/miv.repl"
|
/Zephyr-Core-3.6.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.6.0/samples/ |
D | classic.rst | 7 platforms:
|
/Zephyr-Core-3.6.0/drivers/crypto/ |
D | Kconfig.intel | 10 Enable Intel SHA driver. To be used on ACE and CAVS platforms.
|
/Zephyr-Core-3.6.0/boards/riscv/it8xxx2_evb/support/ |
D | it8xxx2_evb.resc | 8 machine LoadPlatformDescription @platforms/boards/it8xxx2_evb.repl
|
/Zephyr-Core-3.6.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.6.0/boards/riscv/mpfs_icicle/support/ |
D | mpfs250t.resc | 8 machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl
|
/Zephyr-Core-3.6.0/soc/x86/lakemont/ |
D | Kconfig.defconfig | 18 # Target platforms are usually not PC-compatible
|
/Zephyr-Core-3.6.0/include/zephyr/linker/ |
D | irq-vector-table-section.ld | 9 * Some ARM platforms require this symbol to be placed after the IRQ vector
|
/Zephyr-Core-3.6.0/boards/riscv/hifive_unleashed/support/ |
D | hifive_unleashed.resc | 11 using "platforms/cpus/sifive-fu540.repl"
|
/Zephyr-Core-3.6.0/boards/riscv/hifive_unmatched/support/ |
D | hifive_unmatched.resc | 11 using "platforms/cpus/sifive-fu740.repl"
|
/Zephyr-Core-3.6.0/boards/riscv/hifive1/support/ |
D | hifive1.resc | 8 using "platforms/cpus/sifive-fe310.repl"
|
/Zephyr-Core-3.6.0/soc/x86/intel_ish/ |
D | Kconfig.defconfig | 23 # Target platforms are not PC-compatible
|
/Zephyr-Core-3.6.0/samples/net/zperf/ |
D | Kconfig | 11 sample. Can improve performance on platforms with fast code
|
/Zephyr-Core-3.6.0/doc/services/portability/ |
D | index.rst | 9 multiple software and hardware platforms.
|
/Zephyr-Core-3.6.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.6.0/drivers/serial/ |
D | Kconfig.xlnx | 13 This option enables the UART driver for Xilinx MPSoC platforms.
|
/Zephyr-Core-3.6.0/tests/subsys/openthread/ |
D | CMakeLists.txt | 11 ${ZEPHYR_BASE}/../modules/lib/openthread/examples/platforms/
|