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
..
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:36 +01:00
2019-11-23 22:39:36 +01:00
2019-11-23 22:39:36 +01:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2019-11-22 13:56:41 +01:00
2018-10-08 12:20:49 +02:00
2019-08-06 19:43:54 +02:00
2019-09-20 19:35:02 +02:00
2019-10-13 21:03:41 +02:00
2018-10-08 12:20:49 +02:00
2019-11-23 22:39:36 +01:00
2019-11-23 22:39:07 +01:00