Lines Matching +full:rx +full:- +full:buffer +full:- +full:config

2 # SPDX-License-Identifier: Apache-2.0
18 running ESP-AT firmware (https://github.com/espressif/esp-at).
22 config WIFI_ESP_AT_SCAN_PASSIVE
27 config WIFI_ESP_AT_SCAN_MAC_ADDRESS
32 config WIFI_ESP_AT_SCAN_RESULT_RSSI_ORDERED
37 config WIFI_ESP_AT_RX_STACK_SIZE
38 int "Stack size for the Espressif esp wifi driver RX thread"
41 This stack is used by the Espressif ESP RX thread.
43 config WIFI_ESP_AT_RX_THREAD_PRIORITY
44 int "Priority of RX thread"
47 Priority of thread used for processing RX data.
49 config WIFI_ESP_AT_WORKQ_STACK_SIZE
54 to the rest of the network stack, letting the rx thread continue
57 config WIFI_ESP_AT_WORKQ_THREAD_PRIORITY
63 config WIFI_ESP_AT_MDM_RING_BUF_SIZE
64 int "Modem ring buffer size"
67 Ring buffer size used by modem UART interface handler.
69 config WIFI_ESP_AT_MDM_RX_BUF_COUNT
70 int "Modem RX buffer count"
73 Number of preallocated RX buffers used by modem command handler.
75 config WIFI_ESP_AT_MDM_RX_BUF_SIZE
76 int "Modem RX buffer size"
79 Size of preallocated RX buffers used by modem command handler.
81 config WIFI_ESP_AT_PASSIVE_MODE
86 lost if the driver cannot empty the device buffer quickly enough.
88 config WIFI_ESP_AT_RESET_TIMEOUT
96 config WIFI_ESP_AT_RX_NET_PKT_ALLOC_TIMEOUT
97 int "Network interface RX packet allocation timeout"
100 Network interface RX net_pkt allocation timeout in milliseconds.
109 config WIFI_ESP_AT_IP_DHCP
114 config WIFI_ESP_AT_IP_STATIC
123 config WIFI_ESP_AT_IP_ADDRESS
126 config WIFI_ESP_AT_IP_GATEWAY
129 config WIFI_ESP_AT_IP_MASK
140 config WIFI_ESP_AT_VERSION_1_7
145 config WIFI_ESP_AT_VERSION_2_0
150 config WIFI_ESP_AT_VERSION_2_1
157 config WIFI_ESP_AT_DNS_USE
164 config WIFI_ESP_AT_CIPDINFO_USE
168 Enable AT+CIPDINFO to get peer ip-address and port.
170 config WIFI_ESP_AT_FETCH_VERSION
171 bool "Fetch and log ESP-AT firmware version"
175 Fetch information about ESP-AT firmware version. This includes AT
176 command version, SDK (ESP-IDF), board and compile time.