Lines Matching +full:rx +full:- +full:data +full:- +full:mode
2 # SPDX-License-Identifier: Apache-2.0
18 running ESP-AT firmware (https://github.com/espressif/esp-at).
38 int "Stack size for the Espressif esp wifi driver RX thread"
41 This stack is used by the Espressif ESP RX thread.
44 int "Priority of RX thread"
47 Priority of thread used for processing RX data.
53 This stack is used by the work queue to pass off net_pkt data
54 to the rest of the network stack, letting the rx thread continue
55 processing data.
70 int "Modem RX buffer count"
73 Number of preallocated RX buffers used by modem command handler.
76 int "Modem RX buffer size"
79 Size of preallocated RX buffers used by modem command handler.
82 bool "Use passive mode"
84 This lets the ESP handle the TCP window so that data can flow
85 at a rate that the driver can handle. Without this, data might get
97 int "Network interface RX packet allocation timeout"
100 Network interface RX net_pkt allocation timeout in milliseconds.
124 string "ESP Station mode IP Address"
167 Enable AT+CIPDINFO to get peer ip-address and port.
170 bool "Fetch and log ESP-AT firmware version"
174 Fetch information about ESP-AT firmware version. This includes AT
175 command version, SDK (ESP-IDF), board and compile time.