Searched full:on (Results 1 – 25 of 4996) sorted by relevance
12345678910>>...200
/Zephyr-Core-3.4.0/soc/arm/infineon_cat1/psoc6/ |
D | Kconfig.soc.psoc6_01 | 11 depends on SOC_SERIES_PSOC_60 17 depends on SOC_SERIES_PSOC_60 23 depends on SOC_SERIES_PSOC_61 29 depends on SOC_SERIES_PSOC_61 35 depends on SOC_SERIES_PSOC_61 41 depends on SOC_SERIES_PSOC_61 47 depends on SOC_SERIES_PSOC_61 53 depends on SOC_SERIES_PSOC_61 59 depends on SOC_SERIES_PSOC_61 65 depends on SOC_SERIES_PSOC_62 [all …]
|
D | Kconfig.soc.psoc6_02 | 11 depends on SOC_SERIES_PSOC_64 17 depends on SOC_SERIES_PSOC_64 23 depends on SOC_SERIES_PSOC_62 29 depends on SOC_SERIES_PSOC_62 35 depends on SOC_SERIES_PSOC_62 41 depends on SOC_SERIES_PSOC_62 47 depends on SOC_SERIES_PSOC_62 53 depends on SOC_SERIES_PSOC_62 59 depends on SOC_SERIES_PSOC_62 65 depends on SOC_SERIES_PSOC_62 [all …]
|
/Zephyr-Core-3.4.0/modules/hal_nordic/nrfx/ |
D | Kconfig | 8 depends on HAS_NRFX 12 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_ADC)) 16 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_CLOCK)) 20 depends on NRFX_CLOCK 24 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_COMP)) 28 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_DPPIC)) 35 depends on $(dt_nodelabel_has_compat,egu0,$(DT_COMPAT_NORDIC_NRF_EGU)) 40 depends on $(dt_nodelabel_has_compat,egu1,$(DT_COMPAT_NORDIC_NRF_EGU)) 45 depends on $(dt_nodelabel_has_compat,egu2,$(DT_COMPAT_NORDIC_NRF_EGU)) 50 depends on $(dt_nodelabel_has_compat,egu3,$(DT_COMPAT_NORDIC_NRF_EGU)) [all …]
|
/Zephyr-Core-3.4.0/drivers/serial/ |
D | Kconfig.nrfx | 12 depends on DT_HAS_NORDIC_NRF_UART_ENABLED || DT_HAS_NORDIC_NRF_UARTE_ENABLED 22 depends on UART_ASYNC_API 23 depends on NRF_UARTE_PERIPHERAL 33 depends on DT_HAS_NORDIC_NRF_UART_ENABLED 36 Enable nRF UART without EasyDMA on port 0. 40 depends on DT_HAS_NORDIC_NRF_UARTE_ENABLED 43 Enable nRF UART with EasyDMA on port 0. 48 bool "Efficient poll out on port 0" 50 depends on UART_0_NRF_UARTE 56 bool "Interrupt support on port 0" [all …]
|
D | Kconfig.rtt | 9 depends on DT_HAS_SEGGER_RTT_UART_ENABLED 10 depends on USE_SEGGER_RTT 20 depends on SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 1 && SEGGER_RTT_MAX_NUM_DOWN_BUFFERS >= 1 21 depends on SEGGER_RTT_MODE_NO_BLOCK_SKIP 25 …Enable UART on (default) RTT channel 0. Default channel has to be configured in non-blocking skip … 29 depends on SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 2 && SEGGER_RTT_MAX_NUM_DOWN_BUFFERS >= 2 33 Enable UART on RTT channel 1 37 depends on SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 3 && SEGGER_RTT_MAX_NUM_DOWN_BUFFERS >= 3 41 Enable UART on RTT channel 2 45 depends on SEGGER_RTT_MAX_NUM_UP_BUFFERS >= 4 && SEGGER_RTT_MAX_NUM_DOWN_BUFFERS >= 4 [all …]
|
/Zephyr-Core-3.4.0/drivers/hwinfo/ |
D | Kconfig | 20 depends on SHELL 27 depends on SOC_FAMILY_STM32 34 depends on SOC_FAMILY_NRF 35 depends on NRF_SOC_SECURE_SUPPORTED 42 depends on HAS_MCUX_RCM 49 depends on HAS_MCUX_SIM 56 depends on HAS_MCUX_SRC 63 depends on HAS_MCUX_SRC_V2 70 depends on DT_HAS_NXP_LPC_UID_ENABLED 77 depends on SOC_SERIES_IMX_RT [all …]
|
/Zephyr-Core-3.4.0/drivers/clock_control/ |
D | Kconfig.stm32 | 9 depends on SOC_FAMILY_STM32 40 depends on DT_HAS_ST_STM32_CLOCK_MUX_ENABLED 44 for a specific domain. For instance per_ck clock on STM32H7 or 56 MCO1 output disabled, no clock on MCO1 60 depends on SOC_STM32F10X_CONNECTIVITY_LINE_DEVICE 66 depends on SOC_SERIES_STM32F4X || \ 74 depends on SOC_SERIES_STM32F1X || \ 83 depends on SOC_SERIES_STM32L4X 89 depends on SOC_SERIES_STM32L4X 95 depends on SOC_SERIES_STM32F1X || SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X [all …]
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ |
D | Kconfig | 43 depends on BT_CTLR_ADV_EXT_SUPPORT 47 depends on BT_CTLR_ADV_PERIODIC_SUPPORT 51 depends on BT_CTLR_ADV_EXT_SUPPORT 55 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 59 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT || BT_CTLR_ADV_PERIODIC_SUPPORT 63 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 67 depends on BT_CTLR_ADV_PERIODIC_SUPPORT 71 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 99 depends on BT_CTLR_SYNC_ISO_SUPPORT || \ 137 depends on BT_HCI_VS_EXT [all …]
|
/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/ |
D | Kconfig | 6 depends on NVS 7 depends on FLASH 8 depends on REBOOT 9 depends on HWINFO 10 depends on NET_TCP 11 depends on NET_SOCKETS 12 depends on IMG_MANAGER 13 depends on NETWORKING 14 depends on HTTP_CLIENT 15 depends on DNS_RESOLVER [all …]
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/ |
D | Kconfig | 17 depends on BT_MESH_PROV 24 depends on BT_MESH_SHELL_PROV 34 depends on BT_MESH_CDB 41 depends on BT_MESH_LOW_POWER 54 depends on BT_MESH_SHELL_TEST 64 depends on BT_MESH_GATT_PROXY || BT_MESH_PROXY_CLIENT 71 depends on BT_MESH_HEALTH_CLI 78 depends on BT_MESH_CFG_CLI 85 depends on BT_MESH_DFD_SRV 92 depends on BT_MESH_DFU_CLI [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/ |
D | vcp.h | 100 * @return 0 if success, errno on failure. 112 * @return 0 if success, errno on failure. 124 * @param err Error value. 0 on success, GATT error on positive value 125 * or errno on negative value. 138 * @param err Error value. 0 on success, GATT error on positive value 139 * or errno on negative value. 155 * @return 0 if success, errno on failure. 162 * @return 0 if success, errno on failure. 169 * @return 0 if success, errno on failure. 174 * @brief Turn the volume down by one step on the server. [all …]
|
D | mcc.h | 42 * @param err Error value. 0 on success, GATT error or errno on fail 52 * @param err Error value. 0 on success, GATT error or errno on fail 64 * @param err Error value. 0 on success, GATT error or errno on fail 76 * @param err Error value. 0 on success, GATT error or errno on fail 90 * @param err Error value. 0 on success, GATT error or errno on fail 101 * @param err Error value. 0 on success, GATT error or errno on fail 112 * @param err Error value. 0 on success, GATT error or errno on fail 123 * @param err Error value. 0 on success, GATT error or errno on fail 134 * @param err Error value. 0 on success, GATT error or errno on fail 145 * @param err Error value. 0 on success, GATT error or errno on fail [all …]
|
/Zephyr-Core-3.4.0/samples/net/sockets/socketpair/ |
D | README.rst | 46 main: read 'Alpha' on fd 4 47 main: read 'Bravo' on fd 6 48 main: read 'Charlie' on fd 8 49 main: read 'Alpha' on fd 4 50 main: read 'Bravo' on fd 6 51 main: read 'Charlie' on fd 8 52 main: read 'Alpha' on fd 4 53 main: read 'Bravo' on fd 6 54 main: read 'Charlie' on fd 8 58 Running application on POSIX Host [all …]
|
/Zephyr-Core-3.4.0/subsys/ipc/ipc_service/backends/ |
D | Kconfig | 13 depends on MBOX 14 depends on DT_HAS_ZEPHYR_IPC_OPENAMP_STATIC_VRINGS_ENABLED 22 depends on MBOX 23 depends on DT_HAS_ZEPHYR_IPC_ICMSG_ENABLED 27 on circular packet buffer. 32 depends on MBOX 33 depends on DT_HAS_ZEPHYR_IPC_ICMSG_ME_INITIATOR_ENABLED 37 on circular packet buffer. This enables enpoint discovery initiator 43 depends on MBOX 44 depends on DT_HAS_ZEPHYR_IPC_ICMSG_ME_FOLLOWER_ENABLED [all …]
|
/Zephyr-Core-3.4.0/subsys/testsuite/ |
D | Kconfig | 10 # For tests, store thread names in binary and dump them on crash to 22 depends on TEST 24 Additional stack for tests on some platform where default is not 30 The code coverage report generation is only available on boards 31 with enough spare RAM to buffer the coverage data, or on boards 32 based on the POSIX ARCH. 36 depends on HAS_COVERAGE_SUPPORT 46 depends on COVERAGE 47 depends on !NATIVE_APPLICATION 63 bool "Dump coverage data on exit" [all …]
|
/Zephyr-Core-3.4.0/modules/openthread/ |
D | CMakeLists.txt | 24 set(OT_FTD ON CACHE BOOL "Enable FTD" FORCE) 28 set(OT_MTD ON CACHE BOOL "Enable MTD" FORCE) 32 set(OT_ANYCAST_LOCATOR ON CACHE BOOL "Enable anycast locator" FORCE) 38 set(OT_ASSERT ON CACHE BOOL "Enable assert function OT_ASSERT()" FORCE) 44 set(OT_BACKBONE_ROUTER ON CACHE BOOL "Enable backbone router functionality" FORCE) 50 set(OT_BACKBONE_ROUTER_DUA_NDPROXYING ON CACHE BOOL "Enable BBR DUA ND Proxy support" FORCE) 56 set(OT_BACKBONE_ROUTER_MULTICAST_ROUTING ON CACHE BOOL "Enable BBR MR support" FORCE) 62 set(OT_BORDER_AGENT ON CACHE BOOL "Enable Border Agent" FORCE) 68 set(OT_BORDER_ROUTER ON CACHE BOOL "Enable Border Router" FORCE) 74 set(OT_BORDER_ROUTING ON CACHE BOOL "Enable Border routing" FORCE) [all …]
|
/Zephyr-Core-3.4.0/drivers/spi/ |
D | Kconfig.nrfx | 7 depends on SOC_FAMILY_NRF 8 depends on MULTITHREADING 15 depends on SOC_NRF52832 35 Enable nRF SPI Master without EasyDMA on port 0. 42 depends on (!SOC_NRF52832 || SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58) 45 Enable nRF SPI Master with EasyDMA on port 0. 49 depends on SPI_SLAVE 52 Enable nRF SPI Slave with EasyDMA on port 0. 60 Enable nRF SPI Master without EasyDMA on port 1. 67 depends on (!SOC_NRF52832 || SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58) [all …]
|
/Zephyr-Core-3.4.0/samples/drivers/mbox/ |
D | README.rst | 14 The sample can be built and executed on boards supporting MBOX. 32 Reset the board and the following message will appear on the corresponding 40 Pong (on channel 0) 41 Ping (on channel 1) 42 Pong (on channel 0) 43 Ping (on channel 1) 44 Ping (on channel 1) 45 Pong (on channel 0) 46 Ping (on channel 1) 47 Pong (on channel 0) [all …]
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/ |
D | od_srv.rst | 3 On-Demand Private Proxy Server 6 The On-Demand Private Proxy Server model is a foundation model defined by the Bluetooth 9 The On-Demand Private Proxy Server model was introduced in the Bluetooth Mesh Protocol 11 that is a recipient of Solicitation PDUs by managing its On-Demand Private GATT Proxy state. 13 … :ref:`bluetooth_mesh_srpl_srv` is also enabled. The On-Demand Private Proxy Server is dependent o… 14 :ref:`bluetooth_mesh_models_priv_beacon_srv` to be present on the node. 16 The On-Demand Private Proxy Server does not have an API of its own, and relies on a 17 :ref:`bluetooth_mesh_od_cli` to control it. The On-Demand Private Proxy Server 20 If present, the On-Demand Private Proxy Server model must be instantiated on the primary
|
/Zephyr-Core-3.4.0/samples/modules/tflite-micro/magic_wand/renode/ |
D | litex-vexriscv-tflite.robot | 14 Wait For Line On Uart RING: 24 Wait For Line On Uart ${SPACE*10}* 25 Wait For Line On Uart ${SPACE*7}*${SPACE*5}* 26 Wait For Line On Uart ${SPACE*5}*${SPACE*9}* 27 Wait For Line On Uart ${SPACE*4}*${SPACE*11}* 28 Wait For Line On Uart ${SPACE*5}*${SPACE*9}* 29 Wait For Line On Uart ${SPACE*7}*${SPACE*5}* 30 Wait For Line On Uart ${SPACE*10}* 33 Wait For Line On Uart SLOPE: 44 Wait For Line On Uart ${SPACE*8}* [all …]
|
/Zephyr-Core-3.4.0/lib/libc/ |
D | Kconfig | 29 depends on "$(TOOLCHAIN_HAS_NEWLIB)" = "y" 37 depends on !NATIVE_APPLICATION 38 depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr" 39 depends on !(CPP && "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr") 40 # picolibc text is outside .pinned.text on this board. #54148 64 depends on !NATIVE_APPLICATION 65 depends on !REQUIRES_FULL_LIBC 66 depends on MINIMAL_LIBC_SUPPORTED 79 depends on !NATIVE_APPLICATION 80 depends on PICOLIBC_SUPPORTED [all …]
|
/Zephyr-Core-3.4.0/doc/services/debugging/ |
D | thread-analyzer.rst | 10 The analysis is performed on demand when the application calls 29 thread_a: Hello World from cpu 0 on qemu_x86! 35 thread_b: Hello World from cpu 0 on qemu_x86! 36 thread_a: Hello World from cpu 0 on qemu_x86! 37 thread_b: Hello World from cpu 0 on qemu_x86! 38 thread_a: Hello World from cpu 0 on qemu_x86! 39 thread_b: Hello World from cpu 0 on qemu_x86! 40 thread_a: Hello World from cpu 0 on qemu_x86! 41 thread_b: Hello World from cpu 0 on qemu_x86! 42 thread_a: Hello World from cpu 0 on qemu_x86! [all …]
|
/Zephyr-Core-3.4.0/samples/net/sockets/echo_server/ |
D | Kconfig | 18 The value depends on your network setup. 23 The value depends on your network setup. 28 The value depends on your network setup. 34 depends on NET_VLAN 42 The value depends on your network setup. 47 The value depends on your network setup. 52 The value depends on your network setup. 58 depends on NET_VLAN 65 depends on NET_L2_IPIP 71 depends on NET_L2_IPIP [all …]
|
/Zephyr-Core-3.4.0/drivers/bluetooth/hci/ |
D | Kconfig.infineon | 14 More information about CYW4343W device you can find on 21 More information about CYW4373 device you can find on 28 More information about CYW43012 device you can find on 35 More information about CYW43438 device you can find on 42 More information about CYW43439 device you can find on 56 depends on CYW43012 61 Murata Type 1LV module based on Infineon CYW43012 combo chipset 63 up to 72.2Mbps PHY data rate on Wi-fi® and 3Mbps PHY data rate 64 on Bluetooth®. 2Mbps LE PHY is also supported. 66 Detailed information about Murata Type 1LV module you can find on [all …]
|
/Zephyr-Core-3.4.0/soc/arm/st_stm32/common/ |
D | Kconfig.soc | 14 depends on DT_HAS_ST_STM32_BACKUP_SRAM_ENABLED 19 depends on ASSERT 27 depends on SOC_SERIES_STM32H7X || SOC_SERIES_STM32U5X 37 depends on !SOC_SERIES_STM32U5X 41 depends on !SOC_SERIES_STM32U5X 45 depends on !SOC_SERIES_STM32U5X 49 depends on !SOC_SERIES_STM32U5X 53 depends on !SOC_SERIES_STM32U5X 57 depends on !SOC_SERIES_STM32U5X 61 depends on !SOC_SERIES_STM32U5X
|
12345678910>>...200