1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32
Gunar Schorcht 5020c30970 cpu/esp32: fix of maximum frame length in esp_wifi
Since complete MAC frames are handled, ETHERNET_MAX_LEN has to be used instead of ETHERNET_DATA_LEN for buffer sizes and length checks.
2019-01-21 15:26:18 +01:00
..
bin cpu: add esp32 2018-10-08 12:20:49 +02:00
esp-can cpu: add esp32 2018-10-08 12:20:49 +02:00
esp-eth cpu/esp32: fix of maximum frame length in esp_eth 2019-01-21 15:25:43 +01:00
esp-wifi cpu/esp32: fix of maximum frame length in esp_wifi 2019-01-21 15:26:18 +01:00
freertos cpu: add esp32 2018-10-08 12:20:49 +02:00
include Merge pull request #10801 from gschorcht/esp32_fix_memset_opt 2019-01-18 22:31:42 +01:00
ld cpu: add esp32 2018-10-08 12:20:49 +02:00
periph cpu/esp32: cleanup of SPI interfaces 2019-01-09 13:03:22 +01:00
vendor cpu/esp32: os_memset redefinition 2019-01-17 13:52:22 +01:00
doc.txt cpu/esp32: esp-wifi related doc changes 2019-01-17 17:10:43 +01:00
esp_events.c cpu: add esp32 2018-10-08 12:20:49 +02:00
esp_xtimer.c cpu: add esp32 2018-10-08 12:20:49 +02:00
exceptions.c cpu: add esp32 2018-10-08 12:20:49 +02:00
gen_esp32part.py cpu: add esp32 2018-10-08 12:20:49 +02:00
irq_arch.c cpu: add esp32 2018-10-08 12:20:49 +02:00
log_module.c cpu: add esp32 2018-10-08 12:20:49 +02:00
Makefile cpu/esp_common: added for common files for ESP SoC 2018-12-27 17:28:46 +01:00
Makefile.dep cpu/esp32: fix stability issues of esp_wifi 2019-01-17 17:10:43 +01:00
Makefile.features cpu: add esp32 2018-10-08 12:20:49 +02:00
Makefile.include cpu/esp32: fixes LINKFLAGS in Makefile.include 2018-11-28 10:44:54 +01:00
periph_cpu.c cpu: add esp32 2018-10-08 12:20:49 +02:00
startup.c cpu/esp32: allow explicit ESP32 crystal freq configuration 2018-10-30 16:42:07 -07:00
syscalls.c cpu/esp32: add memset that cannot be optimized out 2019-01-17 13:50:56 +01:00
thread_arch.c cpu/esp32: fix problem with tests/thread_race 2018-10-14 15:08:31 +02:00
tools.c cpu: add esp32 2018-10-08 12:20:49 +02:00