mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 12:53:29 +00:00
Merge branch 'bugfix/esp_netif_non_lwip' into 'master'
esp-netif: Enable use of the ESP-IDF with a non-LWIP (and non-BSD-style) IP stack. Closes IDFGH-3971 See merge request espressif/esp-idf!10472
This commit is contained in:
@@ -150,6 +150,8 @@ static void esp_wifi_config_info(void)
|
||||
#ifdef CONFIG_ESP32_WIFI_RX_BA_WIN
|
||||
ESP_LOGI(TAG, "rx ba win: %d", CONFIG_ESP32_WIFI_RX_BA_WIN);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ESP_NETIF_TCPIP_LWIP
|
||||
ESP_LOGI(TAG, "tcpip mbox: %d", CONFIG_LWIP_TCPIP_RECVMBOX_SIZE);
|
||||
ESP_LOGI(TAG, "udp mbox: %d", CONFIG_LWIP_UDP_RECVMBOX_SIZE);
|
||||
ESP_LOGI(TAG, "tcp mbox: %d", CONFIG_LWIP_TCP_RECVMBOX_SIZE);
|
||||
@@ -172,6 +174,10 @@ static void esp_wifi_config_info(void)
|
||||
#ifdef CONFIG_LWIP_IRAM_OPTIMIZATION
|
||||
ESP_LOGI(TAG, "LWIP IRAM OP enabled");
|
||||
#endif
|
||||
|
||||
#else
|
||||
ESP_LOGI(TAG, "LWIP disabled");
|
||||
#endif
|
||||
}
|
||||
|
||||
esp_err_t esp_wifi_init(const wifi_init_config_t *config)
|
||||
@@ -245,3 +251,4 @@ void wifi_apb80m_release(void)
|
||||
esp_pm_lock_release(s_wifi_modem_sleep_lock);
|
||||
}
|
||||
#endif //CONFIG_PM_ENABLE
|
||||
|
||||
|
Reference in New Issue
Block a user