Searched full:on (Results 1 – 25 of 4904) sorted by relevance
12345678910>>...197
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | Kconfig.logging | 5 depends on LOG 9 depends on NRFX_ADC 13 depends on NRFX_CLOCK 17 depends on NRFX_COMP 21 depends on NRFX_DPPI 25 depends on NRFX_EGU 29 depends on NRFX_GPIOTE 33 depends on NRFX_GRTC 37 depends on NRFX_I2S 41 depends on NRFX_IPC [all …]
|
D | Kconfig | 8 depends on HAS_NRFX 14 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_ADC)) 18 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_CLOCK)) 22 depends on NRFX_CLOCK 26 depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_COMP)) 34 depends on $(dt_nodelabel_has_compat,dppic0,$(DT_COMPAT_NORDIC_NRF_DPPIC)) 40 depends on $(dt_nodelabel_has_compat,dppic00,$(DT_COMPAT_NORDIC_NRF_DPPIC)) 46 depends on $(dt_nodelabel_has_compat,dppic10,$(DT_COMPAT_NORDIC_NRF_DPPIC)) 52 depends on $(dt_nodelabel_has_compat,dppic20,$(DT_COMPAT_NORDIC_NRF_DPPIC)) 58 depends on $(dt_nodelabel_has_compat,dppic30,$(DT_COMPAT_NORDIC_NRF_DPPIC)) [all …]
|
/Zephyr-latest/drivers/hwinfo/ |
D | Kconfig | 24 depends on SHELL 31 depends on SOC_SERIES_CC13X2_CC26X2 || SOC_SERIES_CC13X2X7_CC26X2X7 68 depends on SOC_FAMILY_STM32 && !SOC_SERIES_STM32WB0X 76 depends on SOC_FAMILY_NORDIC_NRF 77 depends on SOC_SERIES_NRF54HX || NRF_SOC_SECURE_SUPPORTED 85 depends on HAS_MCUX_RCM 93 depends on HAS_MCUX_SIM 101 depends on HAS_MCUX_SRC 109 depends on HAS_MCUX_SRC_V2 117 depends on DT_HAS_NXP_LPC_UID_ENABLED [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 49 depends on BT_CTLR_ADV_EXT_SUPPORT 53 depends on BT_CTLR_ADV_PERIODIC_SUPPORT 57 depends on BT_CTLR_ADV_EXT_SUPPORT 61 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 65 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT || BT_CTLR_ADV_PERIODIC_SUPPORT 69 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 73 depends on BT_CTLR_ADV_PERIODIC_SUPPORT 77 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 81 depends on BT_CTLR_ADV_ISO_SUPPORT || BT_CTLR_SYNC_ISO_SUPPORT 109 depends on BT_CTLR_SYNC_ISO_SUPPORT || \ [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfs/ |
D | Kconfig | 8 depends on HAS_NRFS 49 depends on HAS_NRFS 57 depends on $(dt_alias_enabled,ipc-to-cpusys) 67 depends on NRFS_LOCAL_DOMAIN 68 depends on NRFS_DVFS_SERVICE_ENABLED 79 depends on NRFS_HAS_RESET_SERVICE 83 depends on NRFS_HAS_MRAM_SERVICE 87 depends on NRFS_HAS_TEMP_SERVICE 92 depends on NRFS_HAS_VBUS_DETECTOR_SERVICE 97 depends on NRFS_HAS_CONST_LATENCY_SERVICE [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.bap | 14 depends on BT_GATT_DYNAMIC_DB 15 depends on BT_GATT_CACHING 16 depends on BT_PERIPHERAL 17 depends on BT_ISO_PERIPHERAL 18 depends on BT_ASCS 19 depends on BT_BONDABLE 28 depends on BT_GATT_CLIENT 29 depends on BT_GATT_AUTO_DISCOVER_CCC 30 depends on BT_GATT_AUTO_UPDATE_MTU 31 depends on BT_CENTRAL [all …]
|
D | Kconfig.has | 9 depends on UTF8 10 depends on BT_GATT_DYNAMIC_DB 11 depends on BT_BAP_UNICAST_SERVER 21 on the Hearing Aid Features characteristic. 37 bool "Allow to set preset name on runtime" 43 depends on BT_EATT 46 on the Hearing Aid Preset Control Point characteristic. 59 depends on UTF8 60 depends on BT_GATT_CLIENT 61 depends on BT_GATT_AUTO_DISCOVER_CCC [all …]
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.input | 10 depends on INPUT 11 depends on DT_HAS_ZEPHYR_LVGL_POINTER_INPUT_ENABLED 16 depends on LV_Z_POINTER_INPUT 23 depends on INPUT 24 depends on DT_HAS_ZEPHYR_LVGL_BUTTON_INPUT_ENABLED 29 depends on LV_Z_BUTTON_INPUT 36 depends on INPUT 37 depends on DT_HAS_ZEPHYR_LVGL_ENCODER_INPUT_ENABLED 42 depends on LV_Z_ENCODER_INPUT 49 depends on INPUT [all …]
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.nrfx_uart_instance | 7 bool "Interrupt support on port $(nrfx_uart_num)" 8 depends on UART_INTERRUPT_DRIVEN 12 This option enables UART interrupt support on port $(nrfx_uart_num). 15 bool "Asynchronous API support on port $(nrfx_uart_num)" 16 depends on UART_ASYNC_API && !UART_$(nrfx_uart_num)_INTERRUPT_DRIVEN 19 This option enables UART Asynchronous API support on port $(nrfx_uart_num). 22 bool "Efficient poll out on port $(nrfx_uart_num)" 23 depends on !$(dt_nodelabel_bool_prop,uart$(nrfx_uart_num),endtx-stoptx-supported) 25 depends on HAS_HW_NRF_UARTE$(nrfx_uart_num) 26 depends on HAS_HW_NRF_PPI || HAS_HW_NRF_DPPIC [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-latest/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_BRG_CFG_CLI 85 depends on BT_MESH_CFG_CLI 92 depends on BT_MESH_DFD_SRV [all …]
|
/Zephyr-latest/subsys/profiling/perf/backends/ |
D | Kconfig | 14 depends on RISCV 15 depends on THREAD_STACK_INFO 16 depends on FRAME_POINTER 22 depends on X86 && !X86_64 23 depends on THREAD_STACK_INFO 24 depends on FRAME_POINTER 30 depends on X86_64 31 depends on THREAD_STACK_INFO 32 depends on FRAME_POINTER
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs_sys.h | 28 * Opens or creates a file, depending on flags given. 33 * @return 0 on success, negative errno code on fail. 43 * @return Number of bytes read on success, negative errno code on fail. 52 * @return Number of bytes written on success, negative errno code on fail. 62 * @return New position in the file or negative errno code on fail. 69 * @return Current position in the file or negative errno code on fail. 77 * @return 0 on success, negative errno code on fail. 84 * @return 0 on success, negative errno code on fail. 91 * @return 0 on success, negative errno code on fail. 105 * @return 0 on success, negative errno code on fail. [all …]
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | Kconfig | 17 depends on DT_HAS_ZEPHYR_BT_HCI_UART_ENABLED 27 depends on DT_HAS_ZEPHYR_BT_HCI_3WIRE_UART_ENABLED 35 depends on DT_HAS_ZEPHYR_BT_HCI_IPC_ENABLED 55 depends on BT_SPI 61 depends on DT_HAS_ZEPHYR_BT_HCI_SPI_ENABLED 70 depends on DT_HAS_ST_HCI_SPI_V1_ENABLED || DT_HAS_ST_HCI_SPI_V2_ENABLED 78 depends on BT_SPI_BLUENRG 87 depends on DT_HAS_ST_STM32WB_RF_ENABLED 97 depends on DT_HAS_ST_HCI_STM32WBA_ENABLED 98 depends on ZEPHYR_HAL_STM32_MODULE_BLOBS [all …]
|
/Zephyr-latest/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 47 depends on COVERAGE 51 depends on NATIVE_BUILD 58 depends on NATIVE_BUILD [all …]
|
/Zephyr-latest/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 Mesh 9 The On-Demand Private Proxy Server model was introduced in the Bluetooth Mesh Protocol Specification 11 node that is a recipient of Solicitation PDUs by managing its On-Demand Private GATT Proxy state. 13 When enabled, the :ref:`bluetooth_mesh_srpl_srv` is also enabled. The On-Demand Private Proxy Server 14 is dependent on the :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 model only accepts 20 If present, the On-Demand Private Proxy Server model must only be instantiated on the primary
|
/Zephyr-latest/samples/net/sockets/socketpair/ |
D | README.rst | 47 main: read 'Alpha' on fd 4 48 main: read 'Bravo' on fd 6 49 main: read 'Charlie' on fd 8 50 main: read 'Alpha' on fd 4 51 main: read 'Bravo' on fd 6 52 main: read 'Charlie' on fd 8 53 main: read 'Alpha' on fd 4 54 main: read 'Bravo' on fd 6 55 main: read 'Charlie' on fd 8 59 Running application on POSIX Host [all …]
|
/Zephyr-latest/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-latest/arch/common/ |
D | Kconfig | 8 depends on ARM || ARM64 || RISCV 10 Semihosting is a mechanism that enables code running on an ARM or 11 RISC-V target to communicate and use the Input/Output facilities on 23 depends on MULTI_LEVEL_INTERRUPTS 24 depends on !PLIC 25 depends on !NXP_IRQSTEER 26 depends on !RV32M1_INTMUX 27 depends on !CAVS_ICTL 28 depends on !DW_ICTL_ACE 29 depends on !DW_ICTL [all …]
|
/Zephyr-latest/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-latest/drivers/wifi/infineon/ |
D | Kconfig.airoc | 7 depends on DT_HAS_INFINEON_AIROC_WIFI_ENABLED 24 depends on $(dt_compat_on_bus,$(DT_COMPAT_INFINEON_AIROC_WIFI),sd) 33 depends on $(dt_compat_on_bus,$(DT_COMPAT_INFINEON_AIROC_WIFI),spi) 60 depends on !AIROC_WIFI_CUSTOM 66 More information about CYW4343W device you can find on 73 More information about CYW4373 device you can find on 80 More information about CYW43012 device you can find on 87 More information about CYW43438 device you can find on 94 More information about CYW43439 device you can find on 100 depends on CYW43012 && !AIROC_WIFI_CUSTOM [all …]
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.misc | 8 depends on SHELL 9 depends on !LOG_MODE_MINIMAL 14 depends on ZTEST 29 depends on !64BIT && !CBPRINTF_PACKAGE_HEADER_STORE_CREATION_FLAGS 34 Depending on the architecture code size reduction is from 0-40% (highest seen on 44 creation relies on compiler being able to optimize and remove code 45 based on information known at compile time. Runtime only approach must 47 (seen on arm_cortex_m and x86) were using unrealistic amount of stack 61 depends on LOG_DICTIONARY_DB 62 depends on LOG_FMT_SECTION [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stats | 34 depends on NET_LOG 41 depends on NET_IPV4 48 depends on NET_IPV6 55 depends on NET_IPV6_ND 62 depends on NET_IPV6_PMTU 69 depends on NET_IPV4_PMTU 76 depends on NET_IPV6 || NET_IPV4 84 depends on NET_UDP 91 depends on NET_TCP 98 depends on NET_IPV6_MLD [all …]
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | Kconfig | 15 depends on INIT_STACKS 16 depends on THREAD_MONITOR 17 depends on THREAD_STACK_INFO 25 depends on INIT_STACKS 26 depends on THREAD_MONITOR 27 depends on THREAD_STACK_INFO 35 depends on SCHED_CPU_MASK 43 depends on SCHED_CPU_MASK 51 depends on ARCH_STACKWALK
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 6 depends on SETTINGS 7 depends on FLASH 8 depends on REBOOT 9 depends on NET_TCP 10 depends on NET_SOCKETS 11 depends on IMG_MANAGER 12 depends on NETWORKING 13 depends on HTTP_CLIENT 14 depends on DNS_RESOLVER 15 depends on JSON_LIBRARY [all …]
|
12345678910>>...197