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
..
2018-11-08 14:09:33 +01:00
2018-06-11 19:12:02 +02:00
2017-01-20 13:36:26 +01:00