1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/esp32/esp-wifi
Gunar Schorcht 078c47d79c cpu/esp32: fixes frame size handling in esp_wifi
The size of received and transmitted frames was stored in an uint8_t, which did not allow to process frames larger than 255 octets. However, WiFi has an MTU of 1500 octets.
2019-01-17 17:10:43 +01:00
..
doc.txt cpu: add esp32 2018-10-08 12:20:49 +02:00
esp_wifi_netdev.c cpu/esp32: fixes frame size handling in esp_wifi 2019-01-17 17:10:43 +01:00
esp_wifi_netdev.h cpu/esp32: fixes frame size handling in esp_wifi 2019-01-17 17:10:43 +01:00
esp_wifi_params.h cpu: add esp32 2018-10-08 12:20:49 +02:00
Makefile cpu: add esp32 2018-10-08 12:20:49 +02:00