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 e6db92567e cpu/esp32: esp_wifi send buffer should not be on stack
The buffer[EHTHERNET_MAX_LEN] used in _esp_wifi_send to convert the iolist of the given packet to a plain buffer for the WiFi interface should not be on the stack to prevent the sending thread's stack from overflowing.
2019-12-14 10:21:05 +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: esp_wifi send buffer should not be on stack 2019-12-14 10:21:05 +01:00
esp_wifi_netdev.h cpu/esp32: cleaning up left overs in esp_wifi 2019-09-05 12:49:43 +02: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