Searched full:on (Results 1 – 25 of 5589) sorted by relevance
12345678910>>...224
/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_nodelabel_exists,adc) && SOC_SERIES_NRF51X 18 depends on $(dt_nodelabel_exists,clock) 22 depends on NRFX_CLOCK 26 depends on $(dt_nodelabel_exists,comp) 30 depends on SOC_COMPATIBLE_NRF54LX 38 depends on $(dt_nodelabel_exists,dppic0) 44 depends on $(dt_nodelabel_exists,dppic00) 50 depends on $(dt_nodelabel_exists,dppic10) 56 depends on $(dt_nodelabel_exists,dppic20) [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/modules/hal_nordic/nrfs/ |
D | Kconfig | 8 depends on HAS_NRFS 52 depends on HAS_NRFS 60 depends on $(dt_alias_enabled,ipc-to-cpusys) 70 depends on NRFS_LOCAL_DOMAIN 71 depends on NRFS_DVFS_SERVICE_ENABLED 82 depends on NRFS_HAS_RESET_SERVICE 86 depends on NRFS_HAS_MRAM_SERVICE 90 depends on NRFS_HAS_TEMP_SERVICE 95 depends on NRFS_HAS_VBUS_DETECTOR_SERVICE 100 depends on NRFS_HAS_CONST_LATENCY_SERVICE [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 49 depends on BT_CTLR_PHY_CODED_SUPPORT 53 depends on BT_CTLR_ADV_EXT_SUPPORT 57 depends on BT_CTLR_ADV_PERIODIC_SUPPORT 61 depends on BT_CTLR_ADV_EXT_SUPPORT 65 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 69 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT || BT_CTLR_ADV_PERIODIC_SUPPORT 73 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 77 depends on BT_CTLR_ADV_PERIODIC_SUPPORT 81 depends on BT_CTLR_SYNC_PERIODIC_SUPPORT 85 depends on BT_CTLR_ADV_ISO_SUPPORT || BT_CTLR_SYNC_ISO_SUPPORT [all …]
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | Kconfig | 8 depends on THREAD_MONITOR 16 depends on INIT_STACKS 17 depends on THREAD_MONITOR 18 depends on THREAD_STACK_INFO 26 depends on INIT_STACKS 27 depends on THREAD_MONITOR 28 depends on THREAD_STACK_INFO 36 depends on SCHED_CPU_MASK 44 depends on SCHED_CPU_MASK 52 depends on ARCH_STACKWALK [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/audio/ |
D | Kconfig.bap | 14 depends on BT_GATT_DYNAMIC_DB 15 depends on BT_PERIPHERAL 16 depends on BT_ISO_PERIPHERAL 17 depends on BT_ASCS 18 depends on BT_BONDABLE 27 depends on BT_GATT_CLIENT 28 depends on BT_GATT_AUTO_DISCOVER_CCC 29 depends on BT_GATT_AUTO_UPDATE_MTU 30 depends on BT_CENTRAL 31 depends on BT_ISO_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 …]
|
D | Kconfig.pacs | 12 depends on BT_GATT_DYNAMIC_DB 13 depends on BT_SMP 21 This option enables support for clients to be notified on the Sink 32 depends on BT_PAC_SNK_LOC 39 depends on BT_PAC_SNK_LOC 41 This option enables support for clients to be notified on the Sink 48 depends on BT_GATT_DYNAMIC_DB 57 This option enables support for clients to be notified on the Source 68 depends on BT_PAC_SRC_LOC 75 depends on BT_PAC_SRC_LOC [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/subsys/bluetooth/mesh/shell/ |
D | Kconfig | 18 depends on BT_MESH_PROV 25 depends on BT_MESH_SHELL_PROV 35 depends on BT_MESH_CDB 42 depends on BT_MESH_LOW_POWER 55 depends on BT_MESH_SHELL_TEST 65 depends on BT_MESH_GATT_PROXY || BT_MESH_PROXY_CLIENT 72 depends on BT_MESH_HEALTH_CLI 79 depends on BT_MESH_BRG_CFG_CLI 86 depends on BT_MESH_CFG_CLI 93 depends on BT_MESH_DFD_SRV [all …]
|
/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/ethernet/phy/ |
D | Kconfig | 33 depends on MDIO 41 depends on DT_HAS_ADI_ADIN2111_PHY_ENABLED || DT_HAS_ADI_ADIN1100_PHY_ENABLED 48 depends on DT_HAS_MICROCHIP_KSZ8081_ENABLED 49 depends on MDIO 50 depends on GPIO 57 depends on DT_HAS_MICROCHIP_VSC8541_ENABLED 58 depends on MDIO 59 depends on GPIO 66 depends on DT_HAS_TI_DP83825_ENABLED 67 depends on MDIO [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/subsys/logging/ |
D | Kconfig.misc | 8 depends on SHELL 9 depends on !LOG_MODE_MINIMAL 14 depends on ZTEST 22 depends on TOOLCHAIN_SUPPORTS_VLA_IN_STATEMENTS 30 depends on !64BIT && !CBPRINTF_PACKAGE_HEADER_STORE_CREATION_FLAGS 35 Depending on the architecture code size reduction is from 0-40% (highest seen on 45 creation relies on compiler being able to optimize and remove code 46 based on information known at compile time. Runtime only approach must 48 (seen on arm_cortex_m and x86) were using unrealistic amount of stack 62 depends on LOG_DICTIONARY_DB [all …]
|
/Zephyr-latest/drivers/sensor/tdk/icm45686/ |
D | Kconfig | 8 depends on DT_HAS_INVENSENSE_ICM45686_ENABLED 28 depends on GPIO 29 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_INVENSENSE_ICM45686),int-gpios) 30 depends on !ICM45686_STREAM 35 depends on GPIO 36 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_INVENSENSE_ICM45686),int-gpios) 37 depends on !ICM45686_STREAM 47 depends on ICM45686_TRIGGER_OWN_THREAD 54 depends on ICM45686_TRIGGER_OWN_THREAD 61 depends on GPIO [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 45 depends on BT_HCI_IPC 54 depends on BT_HCI_IPC 63 depends on BT_HCI_IPC 81 depends on BT_SPI 87 depends on DT_HAS_ZEPHYR_BT_HCI_SPI_ENABLED 96 depends on DT_HAS_ST_HCI_SPI_V1_ENABLED || DT_HAS_ST_HCI_SPI_V2_ENABLED 104 depends on BT_SPI_BLUENRG [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 …]
|
12345678910>>...224