1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/sdk
Gunar Schorcht b3906539f1 cpu/esp8266: fix ets_post when flash is written
During flash write access, the IROM cache cannot be used and is disabled therefore. During that time, ets_post crashes if a functions is called which is not in IRAM. Therefore thread_flags_set must not be called if IROM cache is disabled.
2019-01-21 16:30:33 +01:00
..
doc.txt cpu: add esp8266 2018-09-05 02:39:50 +02:00
ets_task.c cpu/esp8266: fix ets_post when flash is written 2019-01-21 16:30:33 +01:00
ets_task.h cpu: add esp8266 2018-09-05 02:39:50 +02:00
ets.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
ets.h cpu: add esp8266 2018-09-05 02:39:50 +02:00
main.c cpu/esp8266: cpu frequency settings 2018-10-19 13:08:32 +02:00
main.h cpu/esp8266: cpu frequency settings 2018-10-19 13:08:32 +02:00
Makefile cpu: add esp8266 2018-09-05 02:39:50 +02:00
phy.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
phy.h cpu: add esp8266 2018-09-05 02:39:50 +02:00
pp.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
pp.h cpu: add esp8266 2018-09-05 02:39:50 +02:00
rom.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
rom.h cpu: add esp8266 2018-09-05 02:39:50 +02:00
sdk.h cpu: add esp8266 2018-09-05 02:39:50 +02:00
user.c cpu: add esp8266 2018-09-05 02:39:50 +02:00
user.h cpu: add esp8266 2018-09-05 02:39:50 +02:00