Home
last modified time | relevance | path

Searched full:set (Results 1 – 25 of 2943) sorted by relevance

12345678910>>...118

/Zephyr-Core-3.6.0/cmake/
Dgcc-m-cpu.cmake8 set(GCC_M_CPU cortex-m0)
10 set(GCC_M_CPU cortex-m0plus)
12 set(GCC_M_CPU cortex-m1)
14 set(GCC_M_CPU cortex-m3)
16 set(GCC_M_CPU cortex-m4)
18 set(GCC_M_CPU cortex-m7)
20 set(GCC_M_CPU cortex-m23)
23 set(GCC_M_CPU cortex-m33)
25 set(GCC_M_CPU cortex-m33+nodsp)
29 set(GCC_M_CPU cortex-m55)
[all …]
Dgcc-m-fpu.cmake12 set(GCC_M_FPU vfpv3-d16)
14 set(GCC_M_FPU vfpv3xd)
17 set(GCC_M_FPU ${GCC_M_FPU}-fp16)
21 set(GCC_M_FPU neon-fp-armv8)
23 set(GCC_M_FPU fpv5-sp-d16)
29 set(PRECISION_TOKEN)
31 set(PRECISION_TOKEN sp-)
34 set(FPU_FOR_cortex-m4 fpv4-${PRECISION_TOKEN}d16)
35 set(FPU_FOR_cortex-m7 fpv5-${PRECISION_TOKEN}d16)
36 set(FPU_FOR_cortex-m33 fpv5-${PRECISION_TOKEN}d16)
[all …]
/Zephyr-Core-3.6.0/modules/
DKconfig.mcux16 Set if the 12B1MSPS SAR ADC module is present in the SoC.
21 Set if the 12-bit ADC (ADC12) module is present in the SoC.
26 Set if the 16-bit ADC (ADC16) module is present in the SoC.
31 Set if the LPADC module is present in the SoC.
36 Set if the L1 or L2 cache is present in the SoC.
41 Set if the clock control module (CCM) module is present in the SoC.
46 Set if the revision 2 of clock control module (CCM) module is present in the SoC.
52 Set if the syscon module is present in the SoC.
57 Set if the peripheral clock controller module (PCC) module is
63 Set if the enhanced LCD interface (eLCDIF) module is present in the
[all …]
/Zephyr-Core-3.6.0/tests/posix/common/src/
Dsignal.c17 sigset_t set; in ZTEST() local
19 for (int i = 0; i < ARRAY_SIZE(set.sig); i++) { in ZTEST()
20 set.sig[i] = -1; in ZTEST()
23 zassert_ok(sigemptyset(&set)); in ZTEST()
25 for (int i = 0; i < ARRAY_SIZE(set.sig); i++) { in ZTEST()
26 zassert_equal(set.sig[i], 0u, "set.sig[%d] is not empty: 0x%lx", i, set.sig[i]); in ZTEST()
32 sigset_t set = (sigset_t){0}; in ZTEST()
34 zassert_ok(sigfillset(&set)); in ZTEST()
36 for (int i = 0; i < ARRAY_SIZE(set.sig); i++) { in ZTEST()
37 zassert_equal(set.sig[i], -1, "set.sig[%d] is not filled: 0x%lx", i, set.sig[i]); in ZTEST()
[all …]
/Zephyr-Core-3.6.0/boards/arm/s32z270dc2_r52/support/
Dstartup.cmm18 ; - lockstep set to "yes" to start the core in lock-step mode *
23 ; - thumb set to "yes" to select the T32 instruction set at reset *
62 ; select ARMv8 instruction set at reset for all Cortex-R52 cores (CFG_CORE.THUMB bit)
114 Data.Set EAXI:0x41850014 %LE %Long 0x0
115 Data.Set EAXI:0x41850018 %LE %Long 0x0
116 Data.Set EAXI:0x4185001C %LE %Long 0x0
119 Data.Set DP:0x1C100c0 %LE %Long 0x3cf3cf00
120 Data.Set DP:0x1C100c8 %LE %Long 0x3cf3cf00
129 ; Set reset value for TE bit and split-lock mode
130 Data.Set EZAXI:&cfgCoreAddr %Long 0yXXXXxxxxXXXXxxxxXXXXxxxxXXXXx&(thumbBit)x&(spltLckBit) ; CFG_C…
[all …]
/Zephyr-Core-3.6.0/cmake/toolchain/espressif/
Dtarget.cmake4 assert( ESPRESSIF_TOOLCHAIN_PATH "ESPRESSIF_TOOLCHAIN_PATH is not set")
6 set(COMPILER gcc)
7 set(LINKER ld)
8 set(BINTOOLS gnu)
10 set(CROSS_COMPILE_TARGET_xtensa_esp32 xtensa-esp32-elf)
11 set(CROSS_COMPILE_TARGET_xtensa_esp32s2 xtensa-esp32s2-elf)
12 set(CROSS_COMPILE_TARGET_xtensa_esp32s3 xtensa-esp32s3-elf)
13 set(CROSS_COMPILE_TARGET_riscv_esp32c3 riscv32-esp-elf)
15 set(CROSS_COMPILE_TARGET ${CROSS_COMPILE_TARGET_${ARCH}_${CONFIG_SOC_SERIES}})
16 set(SYSROOT_TARGET ${CROSS_COMPILE_TARGET})
[all …]
Dgeneric.cmake4 assert( ESPRESSIF_TOOLCHAIN_PATH "ESPRESSIF_TOOLCHAIN_PATH is not set")
6 set(TOOLCHAIN_HOME ${ESPRESSIF_TOOLCHAIN_PATH})
8 set(COMPILER gcc)
9 set(LINKER ld)
10 set(BINTOOLS gnu)
28 set(ESPRESSIF_DEPRECATED_PATH TRUE)
37 set(CROSS_COMPILE_TARGET ${one_toolchain})
38 set(SYSROOT_TARGET ${one_toolchain})
41 set(CROSS_COMPILE ${ESPRESSIF_TOOLCHAIN_PATH}/bin/${CROSS_COMPILE_TARGET}-)
42 set(SYSROOT_DIR ${ESPRESSIF_TOOLCHAIN_PATH}/${SYSROOT_TARGET})
[all …]
/Zephyr-Core-3.6.0/cmake/toolchain/xtools/
Dtarget.cmake3 set(CROSS_COMPILE_TARGET_arm arm-zephyr-eabi)
4 set(CROSS_COMPILE_TARGET_arm64 aarch64-zephyr-elf)
5 set(CROSS_COMPILE_TARGET_nios2 nios2-zephyr-elf)
6 set(CROSS_COMPILE_TARGET_riscv riscv64-zephyr-elf)
7 set(CROSS_COMPILE_TARGET_mips mipsel-zephyr-elf)
8 set(CROSS_COMPILE_TARGET_xtensa xtensa-zephyr-elf)
9 set(CROSS_COMPILE_TARGET_arc arc-zephyr-elf)
10 set(CROSS_COMPILE_TARGET_x86 x86_64-zephyr-elf)
11 set(CROSS_COMPILE_TARGET_sparc sparc-zephyr-elf)
13 set(CROSS_COMPILE_TARGET ${CROSS_COMPILE_TARGET_${ARCH}})
[all …]
/Zephyr-Core-3.6.0/cmake/compiler/
Dcompiler_features.cmake1 set(c23id c2x gnu2x)
2 set(c17id c17 c18 gnu17 gnu18 "iso9899:2017" "iso9899:2018")
3 set(c11id c11 gnu11 "iso9899:2011")
4 set(c99id c99 gnu99 "iso9899:1999")
5 set(c90id c89 c90 gnu89 gnu90 "iso9899:1990" "iso9899:199409")
7 set(compile_features_list)
14 # that can then be used to set CMAKE_C_COMPILE_FEATURES accordingly.
18 set(compile_features_${id} ${compile_features_list})
22 set(compile_features_cpp98 cxx_std_98)
23 set(compile_features_cpp11 cxx_std_11 ${compile_features_cpp98})
[all …]
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/shell/
Dcsip.rst1 Bluetooth: Coordinated Set Identification Profile
4 This document describes how to run the coordinated set identification
9 Set Coordinator (Client)
14 set. While the coordinated set is locked, no other clients may lock the set.
16 To lock a set, the client must connect to each of the set members it wants to
18 the set, and at the same time. Thus if the set size is 3, then
21 If the locks on set members shall persists through disconnects, it is
22 necessary to bond with the set members. If you need to bond with multiple
23 set members, make sure that :code:`BT_MAX_PAIRED` is correctly configured.
25 Using the Set Coordinator
[all …]
/Zephyr-Core-3.6.0/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake5 set(EXTRA_KCONFIG_TARGET_COMMAND_FOR_sysbuild_menuconfig
9 set(EXTRA_KCONFIG_TARGET_COMMAND_FOR_sysbuild_guiconfig
13 set(KCONFIG_TARGETS sysbuild_menuconfig sysbuild_guiconfig)
17 # SB_CONF_FILE already set so nothing to do.
19 set(SB_CONF_FILE $ENV{SB_CONF_FILE})
21 set(SB_CONF_FILE ${APP_DIR}/sysbuild.conf)
28 set(SB_EXTRA_CONF_FILE ${SB_OVERLAY_CONFIG})
36 set(${conf_file_var} "")
45 # We only want to set this in cache it has been defined and is not already there.
46 set(SB_CONF_FILE ${SB_CONF_FILE} CACHE STRING "If desired, you can build the application with \
[all …]
/Zephyr-Core-3.6.0/soc/arm/silabs_exx32/
DKconfig22 that you should not set directly. The part number selection choice defines
28 Set if we're building for Gecko Series 0 SoC.
35 Set if we're building for Gecko Series 1 SoC.
42 Set if we're building for Gecko Series 2 SoC.
49 Set if the Back-Up Real Time Counter (BURTC) HAL module is used.
55 Set if the Core interrupt handling (CORE) HAL module is used.
60 Set if the Analog to Digital Converter (ADC) HAL module is used.
65 Set if the Incremental Analog to Digital Converter (IADC) HAL module is used.
70 Set if the Ultra Low Energy Timer/Counter (CRYOTIMER) HAL module is used.
75 Set if the Energy Management Unit (EMU) HAL module is used.
[all …]
/Zephyr-Core-3.6.0/cmake/toolchain/llvm/
Dtarget.cmake4 set(LINKER ld)
6 set(LINKER lld)
12 set(triple armv8m.main-none-eabi)
15 set(triple armv8m.base-none-eabi)
19 set(triple armv7m-none-eabi)
23 set(triple armv6m-none-eabi)
26 set(triple arm-none-eabi)
29 set(CMAKE_EXE_LINKER_FLAGS_INIT "--specs=nosys.specs")
32 set(triple x86_64-pc-none-elf)
34 set(triple i686-pc-none-elf)
[all …]
/Zephyr-Core-3.6.0/cmake/toolchain/xcc/
Dcommon.cmake4 assert( XTENSA_TOOLCHAIN_PATH "XTENSA_TOOLCHAIN_PATH is not set")
10 set(TOOLCHAIN_HOME ${XTENSA_TOOLCHAIN_PATH}/$ENV{TOOLCHAIN_VER}/XtensaTools)
12 set(LINKER ld)
13 set(BINTOOLS gnu)
15 set(CROSS_COMPILE_TARGET xt)
16 set(SYSROOT_TARGET xtensa-elf)
18 set(CROSS_COMPILE ${TOOLCHAIN_HOME}/bin/${CROSS_COMPILE_TARGET}-)
19 set(SYSROOT_DIR ${TOOLCHAIN_HOME}/${SYSROOT_TARGET})
21 set(NOSYSDEF_CFLAG "")
25 set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")
/Zephyr-Core-3.6.0/cmake/toolchain/gnuarmemb/
Dgeneric.cmake4 assert( GNUARMEMB_TOOLCHAIN_PATH "GNUARMEMB_TOOLCHAIN_PATH is not set")
10 set(TOOLCHAIN_HOME ${GNUARMEMB_TOOLCHAIN_PATH})
12 set(COMPILER gcc)
13 set(LINKER ld)
14 set(BINTOOLS gnu)
16 set(CROSS_COMPILE_TARGET arm-none-eabi)
17 set(SYSROOT_TARGET arm-none-eabi)
19 set(CROSS_COMPILE ${TOOLCHAIN_HOME}/bin/${CROSS_COMPILE_TARGET}-)
20 set(SYSROOT_DIR ${TOOLCHAIN_HOME}/${SYSROOT_TARGET})
21 set(TOOLCHAIN_HAS_NEWLIB ON CACHE BOOL "True if toolchain supports newlib")
/Zephyr-Core-3.6.0/boards/arc/qemu_arc/
Dboard.cmake1 set(SUPPORTED_EMU_PLATFORMS qemu)
3 set(QEMU_CPU_TYPE_${ARCH} arc)
6 set(QEMU_CPU_TYPE_${ARCH} arcem)
7 set(QEMU_FLAGS_${ARCH} -cpu arcem)
9 set(QEMU_CPU_TYPE_${ARCH} archs)
10 set(QEMU_FLAGS_${ARCH} -cpu archs)
12 set(QEMU_ARCH arc)
13 set(QEMU_CPU_TYPE_${ARCH} hs5x)
14 set(QEMU_FLAGS_${ARCH} -cpu hs5x)
16 set(QEMU_ARCH arc64)
[all …]
/Zephyr-Core-3.6.0/cmake/toolchain/arcmwdt/
Dgeneric.cmake5 set(METAWARE_ROOT $ENV{METAWARE_ROOT})
7 …message(STATUS "ARCMWDT_TOOLCHAIN_PATH is not set, use default toolchain from METAWARE_ROOT: '${ME…
25 set(TOOLCHAIN_HOME ${ZEPHYR_SDK_INSTALL_DIR})
27 set(ZEPHYR_SDK_CROSS_COMPILE ${CROSS_COMPILE})
29 # find_package(Zephyr-sdk) if it's already set
30 set(ZEPHYR_TOOLCHAIN_VARIANT arcmwdt)
32 set(TOOLCHAIN_HOME ${ARCMWDT_TOOLCHAIN_PATH}/MetaWare)
34 set(COMPILER arcmwdt)
35 set(LINKER arcmwdt)
36 set(BINTOOLS arcmwdt)
[all …]
/Zephyr-Core-3.6.0/boards/arm/nucleo_u5a5zj_q/support/
Dopenocd.cfg3 set WORKAREASIZE 0x8000
7 set CHIPNAME STM32U5A5ZJTxQ
8 set BOARDNAME NUCLEO-U5A5ZJ-Q
11 set ENABLE_LOW_POWER 1
14 set STOP_WATCHDOG 1
17 set CLOCK_FREQ 8000
23 set CONNECT_UNDER_RESET 1
24 set CORE_RESET 0
27 set AP_NUM 0
29 set GDB_PORT 3333
/Zephyr-Core-3.6.0/boards/arm/nucleo_u575zi_q/support/
Dopenocd.cfg3 set WORKAREASIZE 0x8000
7 set CHIPNAME STM32U575ZITxQ
8 set BOARDNAME NUCLEO-U575ZI-Q
11 set ENABLE_LOW_POWER 1
14 set STOP_WATCHDOG 1
17 set CLOCK_FREQ 8000
23 set CONNECT_UNDER_RESET 1
24 set CORE_RESET 0
27 set AP_NUM 0
29 set GDB_PORT 3333
/Zephyr-Core-3.6.0/boards/arm/stm32u5a9j_dk/support/
Dopenocd.cfg3 set WORKAREASIZE 0x8000
7 set CHIPNAME STM32U5A9NJHxQ
8 set BOARDNAME STM32U5A9J_DK
11 set ENABLE_LOW_POWER 1
14 set STOP_WATCHDOG 1
17 set CLOCK_FREQ 8000
23 set CONNECT_UNDER_RESET 1
24 set CORE_RESET 0
27 set AP_NUM 0
29 set GDB_PORT 3333
/Zephyr-Core-3.6.0/boards/arm/b_u585i_iot02a/support/
Dopenocd.cfg3 set WORKAREASIZE 0x8000
7 set CHIPNAME STM32U575ZITxQ
8 set BOARDNAME B-U585I-IOT02A
11 set ENABLE_LOW_POWER 1
14 set STOP_WATCHDOG 1
17 set CLOCK_FREQ 8000
23 set CONNECT_UNDER_RESET 1
24 set CORE_RESET 0
27 set AP_NUM 0
29 set GDB_PORT 3333
/Zephyr-Core-3.6.0/boards/arm/sensortile_box_pro/support/
Dopenocd.cfg3 set WORKAREASIZE 0x8000
7 set CHIPNAME STM32U575ZITxQ
8 set BOARDNAME STILE-BOX-PRO
11 set ENABLE_LOW_POWER 1
14 set STOP_WATCHDOG 1
17 set CLOCK_FREQ 8000
23 set CONNECT_UNDER_RESET 1
24 set CORE_RESET 0
27 set AP_NUM 0
29 set GDB_PORT 3333
/Zephyr-Core-3.6.0/cmake/modules/
Dversion.cmake9 # ``*VERSION*`` and other constants set by
39 set(VERSION_FILE ${ZEPHYR_BASE}/VERSION ${APPLICATION_SOURCE_DIR}/VERSION)
40 set(VERSION_TYPE KERNEL APP)
51 set(${type}_VERSION_MAJOR ${CMAKE_MATCH_1})
54 set(${type}_VERSION_MINOR ${CMAKE_MATCH_1})
57 set(${type}_PATCHLEVEL ${CMAKE_MATCH_1})
60 set(${type}_VERSION_TWEAK ${CMAKE_MATCH_1})
63 set(${type}_VERSION_EXTRA ${CMAKE_MATCH_1})
66set(${type}_VERSION_WITHOUT_TWEAK ${${type}_VERSION_MAJOR}.${${type}_VERSION_MINOR}.${${type}_PATC…
67set(${type}_VERSION_WITH_TWEAK ${${type}_VERSION_MAJOR}.${${type}_VERSION_MINOR}.${${type}_PATCHLE…
[all …]
/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
DKconfig.csip9 #################### Coordinated Set Identification Service ####################
12 bool "Coordinated Set Identification Profile Set Member support [EXPERIMENTAL]"
16 This option enables support for Coordinated Set Identification
17 Profile Set Member role and the Coordinated Set Identification
23 bool "Coordinated Set Identification Service Test Sample Data"
39 int "Coordinated Set Identification Profle max service instance count"
43 This option sets the maximum number of instances of Coordinated Set
52 #################### Coordinated Set Identification Client ####################
55 bool "Coordinated Set Identification Profile Set Coordinator Support [EXPERIMENTAL]"
60 This option enables support for Coordinated Set Identification
[all …]
/Zephyr-Core-3.6.0/cmake/toolchain/oneApi/
Dgeneric.cmake12 set(TOOLCHAIN_HOME ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin/)
13 set(ONEAPI_LLVM_BIN_PATH ${ONEAPI_TOOLCHAIN_PATH}/compiler/latest/${system}/bin-llvm)
16 set(ONEAPI_TOOLCHAIN_PATH ${ONEAPI_TOOLCHAIN_PATH} CACHE PATH "oneApi install directory")
18 set(LINKER lld)
19 set(BINTOOLS oneApi)
22 set(triple x86_64-pc-none-elf)
24 set(triple i686-pc-none-elf)
28 set(COMPILER icx)
29 set(CMAKE_C_COMPILER_TARGET ${triple})
30 set(CMAKE_ASM_COMPILER_TARGET ${triple})
[all …]

12345678910>>...118