Home
last modified time | relevance | path

Searched refs:platforms (Results 1 – 25 of 172) sorted by relevance

1234567

/Zephyr-Core-3.6.0/scripts/tests/twister/
Dtest_quarantine.py68 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'],
Dtest_testplan.py94 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 …]
Dconftest.py82 return plan.platforms
89 class_testplan.platforms = platforms_list
/Zephyr-Core-3.6.0/scripts/pylib/twister/twisterlib/
Dquarantine.py40 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
Dtestplan.py102 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/
Dtest_plan.py98 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/
DREADME.rst10 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/
Dm2gl025_miv.repl3 using "platforms/cpus/miv.repl"
/Zephyr-Core-3.6.0/boards/xtensa/intel_adsp_cavs25/doc/
Dindex.rst32 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/
Dclassic.rst7 platforms:
/Zephyr-Core-3.6.0/drivers/crypto/
DKconfig.intel10 Enable Intel SHA driver. To be used on ACE and CAVS platforms.
/Zephyr-Core-3.6.0/boards/riscv/it8xxx2_evb/support/
Dit8xxx2_evb.resc8 machine LoadPlatformDescription @platforms/boards/it8xxx2_evb.repl
/Zephyr-Core-3.6.0/tests/arch/arm/arm_irq_vector_table/
Dirq-vector-table.ld6 * Some ARM platforms require this symbol to be placed after the IRQ vector
/Zephyr-Core-3.6.0/boards/riscv/mpfs_icicle/support/
Dmpfs250t.resc8 machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl
/Zephyr-Core-3.6.0/soc/x86/lakemont/
DKconfig.defconfig18 # Target platforms are usually not PC-compatible
/Zephyr-Core-3.6.0/include/zephyr/linker/
Dirq-vector-table-section.ld9 * Some ARM platforms require this symbol to be placed after the IRQ vector
/Zephyr-Core-3.6.0/boards/riscv/hifive_unleashed/support/
Dhifive_unleashed.resc11 using "platforms/cpus/sifive-fu540.repl"
/Zephyr-Core-3.6.0/boards/riscv/hifive_unmatched/support/
Dhifive_unmatched.resc11 using "platforms/cpus/sifive-fu740.repl"
/Zephyr-Core-3.6.0/boards/riscv/hifive1/support/
Dhifive1.resc8 using "platforms/cpus/sifive-fe310.repl"
/Zephyr-Core-3.6.0/soc/x86/intel_ish/
DKconfig.defconfig23 # Target platforms are not PC-compatible
/Zephyr-Core-3.6.0/samples/net/zperf/
DKconfig11 sample. Can improve performance on platforms with fast code
/Zephyr-Core-3.6.0/doc/services/portability/
Dindex.rst9 multiple software and hardware platforms.
/Zephyr-Core-3.6.0/soc/arc/snps_qemu/
DCMakeLists.txt18 message(WARNING "QEMU ARC platforms other than HS are not supported yet with MW toolchain")
/Zephyr-Core-3.6.0/drivers/serial/
DKconfig.xlnx13 This option enables the UART driver for Xilinx MPSoC platforms.
/Zephyr-Core-3.6.0/tests/subsys/openthread/
DCMakeLists.txt11 ${ZEPHYR_BASE}/../modules/lib/openthread/examples/platforms/

1234567