1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266
Gunar Schorcht 88f6beeca2 cpu/esp8266: use SDK mem management for esp_wifi
Some SDK interrupt service routines obviously use malloc/free in the interrupt context. Because the rmutex-based lock/unlock approach of the malloc/free function suite of the newlib does not work in the interrupt context, the SDK memory management functions MUST therefore be used. To use the same memory management functions in RIOT as in the SDK, the malloc/free function suite has to be replaced by wrapper functions.
2019-01-24 09:21:17 +01:00
..
bin cpu: add esp8266 2018-09-05 02:39:50 +02:00
esp-wifi cpu/esp8266: fix some comments in esp_wifi 2019-01-24 09:21:17 +01:00
include cpu/esp8266: stack sizes tuned for esp_wifi 2019-01-24 09:21:17 +01:00
ld cpu: add esp8266 2018-09-05 02:39:50 +02:00
periph cpu/esp8266: new ets_task thread 2019-01-21 16:30:33 +01:00
sdk cpu/esp8266: fix ets_post when flash is written 2019-01-21 16:30:33 +01:00
vendor cpu/esp8266: fix compilation problem of esp_wif 2019-01-24 09:21:17 +01:00
doc.txt cpu/esp8266: doc extended for esp_wifi 2019-01-24 09:21:17 +01:00
exceptions.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
irq_arch.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
Makefile cpu/esp8266: makefile support for esp_wifi 2019-01-24 09:21:17 +01:00
Makefile.dep cpu/esp8266: use SDK mem management for esp_wifi 2019-01-24 09:21:17 +01:00
Makefile.features cpu: add esp8266 2018-09-05 02:39:50 +02:00
Makefile.include cpu/esp8266: makefile support for esp_wifi 2019-01-24 09:21:17 +01:00
periph_cpu.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
startup.c cpu/esp8266: inc ets_task stack size for esp_now 2019-01-21 16:30:33 +01:00
syscalls.c cpu/esp8266: use SDK mem management for esp_wifi 2019-01-24 09:21:17 +01:00
thread_arch.c cpu/esp8266: new ets_task thread 2019-01-21 16:30:33 +01:00
tools.c cpu: add esp8266 2018-09-05 02:39:50 +02:00