Home
last modified time | relevance | path

Searched refs:platform (Results 201 – 225 of 503) sorted by relevance

12345678910>>...21

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py30 from twisterlib.platform import Platform
100 self.instance.platform.timeout_multiplier *
264 if isinstance(self.instance.platform, Platform):
266 path = os.path.join(Path(board_dir).parent, self.instance.platform.resc)
270 uart = self.instance.platform.uart
490 device = instance.platform.name
497 if d.platform != device or (d.serial is None and d.serial_pty is None):
/Zephyr-latest/samples/sysbuild/hello_world/
DREADME.rst24 additional settings may be required depending on the platform, for example,
/Zephyr-latest/doc/connectivity/networking/api/
Dthread.rst63 Zephyr's OpenThread L2 platform adaptation layer glues the external OpenThread
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0_ns.dts114 …* https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps…
Dmps2_an521_cpu1.dts115 …* https://github.com/zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps…
/Zephyr-latest/soc/nordic/
DKconfig196 SoC series based on the Nordic nRF Haltium platform need to select
198 SoCs based on the Haltium platform.
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst35 The kernel currently does not support other hardware features on this platform.
61 The following platform features are unsupported:
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py19 import platform
119 handler = handlers[platform.system()]
884 system = platform.system()
Djlink.py28 DEFAULT_JLINK_EXE = 'JLink.exe' if sys.platform == 'win32' else 'JLinkExe'
196 plat = sys.platform
/Zephyr-latest/drivers/flash/
DKconfig.mcux36 Set from SOC level configuration if the platform is meant to use the
/Zephyr-latest/doc/kernel/memory_management/
Dshared_multi_heap.rst16 1. At boot time some platform code initialize the shared multi-heap framework
/Zephyr-latest/samples/sensor/sgp40_sht4x/
DREADME.rst43 sensor. It should work with any platform featuring a I2C peripheral
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DREADME.rst32 $ ./scripts/twister -vv --platform native_sim -T samples/subsys/testsuite/pytest/shell
/Zephyr-latest/boards/nuvoton/numaker_m2l31ki/doc/
Dindex.rst6 The NuMaker M2L31KI is an Internet of Things (IoT) application focused platform
/Zephyr-latest/boards/adi/max32655fthr/doc/
Dindex.rst5 The MAX32655FTHR is a rapid development platform to help engineers quickly implement
12 The MAX32655FTHR provides a power-optimized flexible platform for quick proof-of-concepts and
/Zephyr-latest/boards/adi/max32672fthr/doc/
Dindex.rst5 The MAX32672FTHR is a rapid development platform that helps engineers quickly implement complex
10 a power-optimized flexible platform for quick proof-ofconcepts and early software development
/Zephyr-latest/modules/segger/
DKconfig10 Indicates that the platform supports SEGGER J-Link RTT.
/Zephyr-latest/boards/nuvoton/numaker_pfm_m487/doc/
Dindex.rst6 The NuMaker PFM M487 is an Internet of Things (IoT) application focused platform
/Zephyr-latest/boards/norik/octopus_som/doc/
Dindex.rst9 is to provide flexible hardware platform for IoT applications.
/Zephyr-latest/boards/nuvoton/numaker_pfm_m467/doc/
Dindex.rst6 The NuMaker PFM M467 is an Internet of Things (IoT) application focused platform
/Zephyr-latest/boards/st/nucleo_l552ze_q/doc/
Dnucleol552ze_q.rst200 will set platform option bytes config and erase platform (among others,
210 options and get back the platform back to a "normal" state and be able to run
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/
Dindex.rst215 rd_rw612_bga platform supports the monolithic feature. The required binary blob
225 rd_rw612_bga platform supports the monolithic feature. The required binary blob
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt198 # Specific to nordic platform
235 …set(TFM_PLATFORM_NXP_HAL_FILE_PATH ${ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR}/platform/ext/target/nxp…
251 # This should be specified by the platform in preload.cmake
278 -DCMSIS_PATH=${ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR}/platform/ext/cmsis
/Zephyr-latest/arch/riscv/
DKconfig139 platform-specific versions named z_soc_irq_lock(), z_soc_irq_unlock()
150 platform-specific versions named z_soc_sys_read*() and z_soc_sys_write*().
260 On some RISCV platform the first interrupt vectors are primarly
433 the format of MTVEC register which is RISC-V platform-specific.
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst84 platform is low-impact. Enhancements to add support to existing

12345678910>>...21