Skip to content
Snippets Groups Projects
Commit 6a99e86b authored by Gunar Schorcht's avatar Gunar Schorcht Committed by Schorcht
Browse files

cpu/esp32: fix stability issues of esp_wifi

ESP-IDF heap handling has to be used for esp_wifi for stability reasons. Otherwise, heap is corrupted sporadically
parent f788928b
Branches
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ endif ...@@ -28,6 +28,7 @@ endif
ifneq (,$(filter esp_wifi_any,$(USEMODULE))) ifneq (,$(filter esp_wifi_any,$(USEMODULE)))
# add additional modules used for any WiFi interface # add additional modules used for any WiFi interface
USEMODULE += esp_idf_heap
USEMODULE += esp_idf_wpa_supplicant_crypto USEMODULE += esp_idf_wpa_supplicant_crypto
USEMODULE += esp_idf_wpa_supplicant_port USEMODULE += esp_idf_wpa_supplicant_port
USEMODULE += esp_idf_nvs_flash USEMODULE += esp_idf_nvs_flash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment