- enable CONFIG_SPI_MASTER_ISR_IN_IRAM and CONFIG_ESP32_WIFI_RX_IRAM_OPT
o max stable buffer length is 696ms with this setting Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
@@ -271,7 +271,7 @@ CONFIG_ADC_DISABLE_DAC=y
|
||||
# SPI configuration
|
||||
#
|
||||
# CONFIG_SPI_MASTER_IN_IRAM is not set
|
||||
# CONFIG_SPI_MASTER_ISR_IN_IRAM is not set
|
||||
CONFIG_SPI_MASTER_ISR_IN_IRAM=y
|
||||
# CONFIG_SPI_SLAVE_IN_IRAM is not set
|
||||
# CONFIG_SPI_SLAVE_ISR_IN_IRAM is not set
|
||||
# end of SPI configuration
|
||||
@@ -550,7 +550,7 @@ CONFIG_WIFI_LOG_DEFAULT_LEVEL_INFO=y
|
||||
# CONFIG_WIFI_LOG_DEFAULT_LEVEL_DEBUG is not set
|
||||
# CONFIG_WIFI_LOG_DEFAULT_LEVEL_VERBOSE is not set
|
||||
# CONFIG_ESP32_WIFI_IRAM_OPT is not set
|
||||
# CONFIG_ESP32_WIFI_RX_IRAM_OPT is not set
|
||||
CONFIG_ESP32_WIFI_RX_IRAM_OPT=y
|
||||
CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y
|
||||
# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set
|
||||
# CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set
|
||||
|
||||
@@ -152,14 +152,6 @@ CONFIG_SNTP_TIMEZONE="UTC"
|
||||
CONFIG_SNTP_SERVER="pool.ntp.org"
|
||||
# end of SNTP Configuration
|
||||
|
||||
#
|
||||
# Example Connection Configuration
|
||||
#
|
||||
# CONFIG_EXAMPLE_CONNECT_WIFI is not set
|
||||
# CONFIG_EXAMPLE_CONNECT_ETHERNET is not set
|
||||
# CONFIG_EXAMPLE_CONNECT_IPV6 is not set
|
||||
# end of Example Connection Configuration
|
||||
|
||||
#
|
||||
# Wifi Configuration
|
||||
#
|
||||
@@ -279,7 +271,7 @@ CONFIG_ADC_DISABLE_DAC=y
|
||||
# SPI configuration
|
||||
#
|
||||
# CONFIG_SPI_MASTER_IN_IRAM is not set
|
||||
# CONFIG_SPI_MASTER_ISR_IN_IRAM is not set
|
||||
CONFIG_SPI_MASTER_ISR_IN_IRAM=y
|
||||
# CONFIG_SPI_SLAVE_IN_IRAM is not set
|
||||
# CONFIG_SPI_SLAVE_ISR_IN_IRAM is not set
|
||||
# end of SPI configuration
|
||||
@@ -557,8 +549,8 @@ CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32
|
||||
CONFIG_WIFI_LOG_DEFAULT_LEVEL_INFO=y
|
||||
# CONFIG_WIFI_LOG_DEFAULT_LEVEL_DEBUG is not set
|
||||
# CONFIG_WIFI_LOG_DEFAULT_LEVEL_VERBOSE is not set
|
||||
# CONFIG_ESP32_WIFI_IRAM_OPT is not set
|
||||
# CONFIG_ESP32_WIFI_RX_IRAM_OPT is not set
|
||||
CONFIG_ESP32_WIFI_IRAM_OPT=y
|
||||
CONFIG_ESP32_WIFI_RX_IRAM_OPT=y
|
||||
CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y
|
||||
# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set
|
||||
# CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE is not set
|
||||
@@ -972,7 +964,7 @@ CONFIG_MBEDTLS_ECP_NIST_OPTIM=y
|
||||
#
|
||||
CONFIG_MDNS_MAX_SERVICES=10
|
||||
CONFIG_MDNS_TASK_PRIORITY=1
|
||||
CONFIG_MDNS_TASK_STACK_SIZE=2304
|
||||
CONFIG_MDNS_TASK_STACK_SIZE=2816
|
||||
CONFIG_MDNS_TASK_AFFINITY_NO_AFFINITY=y
|
||||
# CONFIG_MDNS_TASK_AFFINITY_CPU0 is not set
|
||||
# CONFIG_MDNS_TASK_AFFINITY_CPU1 is not set
|
||||
@@ -1189,19 +1181,6 @@ CONFIG_WEBSOCKET_SERVER_TASK_STACK_DEPTH=3000
|
||||
CONFIG_WEBSOCKET_SERVER_TASK_PRIORITY=5
|
||||
# CONFIG_WEBSOCKET_SERVER_PINNED is not set
|
||||
# end of WebSocket Server
|
||||
|
||||
#
|
||||
# WiFi Logger configuration
|
||||
#
|
||||
CONFIG_TRANSPORT_PROTOCOL_UDP=y
|
||||
# CONFIG_TRANSPORT_PROTOCOL_TCP is not set
|
||||
# CONFIG_TRANSPORT_PROTOCOL_WEBSOCKET is not set
|
||||
CONFIG_ROUTE_ESP_IDF_API_LOGS_TO_WIFI=y
|
||||
CONFIG_SERVER_IP_ADDRESS="192.168.0.10"
|
||||
CONFIG_SERVER_PORT=9999
|
||||
CONFIG_MESSAGE_QUEUE_SIZE=1000
|
||||
CONFIG_BUFFER_SIZE=512
|
||||
# end of WiFi Logger configuration
|
||||
# end of Component config
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user