1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/esp-wifi
Gunar Schorcht f788928b27 cpu/esp32: fix esp_wifi stability issues
Fixes sporadic blocking of the wifi thread in esp_wifi_recv_cb function under heavy network load conditions when frames are coming in faster than they can be processed. Since esp_wifi_recv_cb function is not executed in interrupt context, the msg_send function used for ISR event can block when the message queue is full. With this change esp_wifi can be flooded with icmpv6 packets of maximum size without any problems over hours.
2019-01-17 17:10:43 +01:00
..
doc.txt cpu/esp32: esp-wifi related doc changes 2019-01-17 17:10:43 +01:00
esp_wifi_netdev.c cpu/esp32: fix esp_wifi stability issues 2019-01-17 17:10:43 +01:00
esp_wifi_netdev.h cpu/esp32: doc improvements in esp_wifi 2019-01-17 17:10:43 +01:00
esp_wifi_params.h cpu/esp32: doc improvements in esp_wifi 2019-01-17 17:10:43 +01:00
Makefile cpu: add esp32 2018-10-08 12:20:49 +02:00