Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.5.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_class.py91 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 …]
Dtest_testinstance.py41 class_testplan.platforms = platforms_list
83 class_testplan.platforms = platforms_list
94 class_testplan.platforms = platforms_list
Dconftest.py82 return plan.platforms
89 class_testplan.platforms = platforms_list
/Zephyr-Core-3.5.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.py100 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/
Dtest_plan.py89 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/
DREADME.rst10 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/
Dm2gl025_miv.repl3 using "platforms/cpus/miv.repl"
/Zephyr-Core-3.5.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.5.0/samples/
Dclassic.rst7 platforms:
/Zephyr-Core-3.5.0/drivers/crypto/
DKconfig.intel10 Enable Intel SHA driver. To be used on ACE and CAVS platforms.
/Zephyr-Core-3.5.0/boards/riscv/it8xxx2_evb/support/
Dit8xxx2_evb.resc8 machine LoadPlatformDescription @platforms/boards/it8xxx2_evb.repl
/Zephyr-Core-3.5.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.5.0/include/zephyr/linker/
Dirq-vector-table-section.ld7 * Some ARM platforms require this symbol to be placed after the IRQ vector
/Zephyr-Core-3.5.0/soc/x86/lakemont/
DKconfig.defconfig18 # Target platforms are usually not PC-compatible
/Zephyr-Core-3.5.0/boards/riscv/mpfs_icicle/support/
Dmpfs250t.resc8 machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl
/Zephyr-Core-3.5.0/boards/riscv/hifive_unleashed/support/
Dhifive_unleashed.resc11 using "platforms/cpus/sifive-fu540.repl"
/Zephyr-Core-3.5.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.5.0/soc/x86/intel_ish/
DKconfig.defconfig23 # Target platforms are not PC-compatible
/Zephyr-Core-3.5.0/boards/riscv/hifive1/support/
Dhifive1.resc8 using "platforms/cpus/sifive-fe310.repl"
/Zephyr-Core-3.5.0/doc/services/portability/
Dindex.rst9 multiple software and hardware platforms.
/Zephyr-Core-3.5.0/drivers/serial/
DKconfig.xlnx13 This option enables the UART driver for Xilinx MPSoC platforms.
/Zephyr-Core-3.5.0/tests/subsys/openthread/
DCMakeLists.txt11 ${ZEPHYR_BASE}/../modules/lib/openthread/examples/platforms/
/Zephyr-Core-3.5.0/doc/develop/test/
Dtwister.rst73 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 …]

1234567