KonstantinKondrashov d925b564cd esp32: Switch SPIRAM stack in esp_restart_noos() to internal stack
If esp_restart_noos() is run and the stack address points to external memory (SPIRAM)
then Cache_Read_Disable() raises up the error "Cache disabled but cached memory region accessed"
to fix this we switch stack to internal RAM before disable cache.

Added unit tests.

Closes: https://github.com/espressif/esp-idf/issues/5107
2020-11-21 07:14:38 +00:00
..
2020-06-24 13:17:29 +08:00
2020-09-17 10:49:14 +07:00
2016-11-03 18:41:00 +08:00
2019-10-09 12:25:48 +08:00
2020-05-29 10:08:51 +02:00