Home
last modified time | relevance | path

Searched refs:platform (Results 26 – 50 of 503) sorted by relevance

12345678910>>...21

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtwister_main.py146 if options.platform and not tplan.check_platform(i.platform, options.platform):
190 if d.platform in tplan.platform_names:
191 d.platform = tplan.get_platform(d.platform).name
Dreports.py218 for platform in selected:
219 suites = list(filter(lambda d: d['platform'] == platform, all_suites))
230 name=platform,
289 def json_report(self, filename, version="NA", platform=None, filters=None): argument
312 if platform and platform != instance.platform.name:
343 "arch": instance.platform.arch,
344 "platform": instance.platform.name,
509 mkey = (instance.testsuite.name, instance.platform.name)
688 instance.platform.name for instance in self.instances.values()
779 platforms = {repr(inst.platform):inst.platform for _, inst in self.instances.items()}
[all …]
Dquarantine.py38 def get_matched_quarantine(self, testname, platform, architecture, simulator): argument
39 qelem = self.quarantine.get_matched_quarantine(testname, platform, architecture, simulator)
116 platform: str,
126 and (matched := _is_element_matched(platform, qelem.re_platforms)) is False):
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/
DCMakeLists.txt10 set(EMLIB_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/emlib)
11 set(COMMON_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/common)
12 set(DEVICE_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/Device)
13 set(RADIO_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/radio)
14 set(SECURITY_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/security)
15 set(SERVICE_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/service)
16 set(PERIPHERAL_DIR ${ZEPHYR_HAL_SILABS_MODULE_DIR}/simplicity_sdk/platform/peripheral)
74 …add_prebuilt_library(librail platform/radio/rail_lib/autogen/librail_release/librail_efr32xg${SILA…
/Zephyr-latest/boards/snps/emsdp/
DCMakeLists.txt4 zephyr_sources(platform.c)
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/doc/
Dindex.rst9 ADP-XC7K AE350 board is for AndeShape AE350 platform on ADP-XC7K series
13 variety of AndesCore processors and AndeShape SoC platform IPs.
14 AE350 is a RISC-V platform which can integrate AndesCore CPUs with a collection
32 The ADP-XC7K AE350 platform integrates 1 ~ 4 cores 32/64-bit 60MHz RISC-V CPUs, DSP,
35 The ADP-XC7K AE350 platform provides following hardware components:
93 The ADP-XC7K AE350 platform has 1 GPIO controller. It providing 32 bits of IO.
197 The ADP-XC7K AE350 platform has 60MHz core clock.
202 The ADP-XC7K AE350 platform has 2 UARTs.
287 # 2. For algorithm-bin file, use target_SPI_v5_32.bin in RV32 platform and
288 # use target_SPI_v5_64.bin in RV64 platform
[all …]
/Zephyr-latest/samples/modules/chre/
DREADME.rst68 .. _`chre_api/chre/nanoapp.h`: https://cs.android.com/android/platform/superproject/+/master:system…
69 .. _`pal/audio.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/in…
70 .. _`pal/gnss.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…
71 .. _`pal/sensor.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/i…
72 .. _`pal/system.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/i…
73 .. _`pal/wifi.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…
74 .. _`pal/wwan.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/inc…
/Zephyr-latest/scripts/footprint/
Dcompare_footprint248 for platform, test_data in platforms.items():
249 if not platform in metrics['base'][test]:
251 golden_metric = metrics['base'][test][platform]
267 tests[platform] = tmp
278 for platform, data in deltas[test].items():
279 print(" {:<25}".format(platform))
/Zephyr-latest/scripts/west_commands/runners/
Ddediprog.py8 import platform
13 DPCMD_EXE = 'dpcmd.exe' if platform.system() == 'Windows' else 'dpcmd'
Dtrace32.py8 import platform
88 if platform.system() == 'Windows':
91 elif platform.system() == 'Linux':
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dediprog.py7 import platform
15 DPCMD_EXE = 'dpcmd.exe' if platform.system() == 'Windows' else 'dpcmd'
Dtest_gd32isp.py6 import platform
14 if platform.system() != 'Linux':
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dmsosv2.h82 struct usb_bos_platform_descriptor platform; member
91 .platform = {
/Zephyr-latest/boards/snps/hsdk/
DCMakeLists.txt7 zephyr_sources(platform.c)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py23 platform: str = '' variable in DeviceConfig
71 platform=config.option.platform,
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst18 Finally, platform shutdown is triggered. It can be restarted by pressing the
21 Using a power measurement tool, user can observe the platform reaching STOP2 mode
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst17 Agent, platform, protocol and transport
56 This describes how messages are exchanged between agents and the platform.
65 A **channel** is the medium through which agents and the platform exchange messages.
74 #. A2P (agent to platform)
77 #. P2A (platform to agent)
78 The platform is the initiator/requester.
86 These are commands that block until the platform has completed the
89 For these commands, the platform schedules the requested work to
98 the platform. These are sent over P2A channels.
121 and the platform may happen using this transport:
[all …]
/Zephyr-latest/boards/snps/nsim/arc_classic/
DKconfig1 # DesignWare ARC nSIM simulated platform configuration
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf5340_cpuapp/
Dcpuarch.cmake7 set(PLATFORM_PATH platform/ext/target/nordic_nrf)
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9120/
Dcpuarch.cmake6 set(PLATFORM_PATH platform/ext/target/nordic_nrf)
/Zephyr-latest/modules/trusted-firmware-m/nordic/nrf9160/
Dcpuarch.cmake7 set(PLATFORM_PATH platform/ext/target/nordic_nrf)
/Zephyr-latest/subsys/net/l2/openthread/
DCMakeLists.txt5 ${ZEPHYR_BASE}/modules/openthread/platform
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
DKconfig.defconfig.xmc47001 # Infineon XMC4700 relax kit platform configuration options
DKconfig.defconfig.xmc45001 # Infineon XMC4500 relax kit platform configuration options
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/
DKconfig27 Change default value when platform needs different data alignment.
33 Change default value when platform needs a different time.

12345678910>>...21