KonstantinKondrashov b902d6be39 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-12-08 16:55:50 +00:00
..
2016-11-22 14:45:50 +08:00
2019-06-03 14:15:08 +08:00
2016-11-22 14:45:50 +08:00
2019-06-03 14:15:08 +08:00
2020-01-16 13:31:20 +08:00
2016-11-22 14:45:50 +08:00
2019-06-03 14:15:08 +08:00
2019-05-30 10:09:24 +10:00
2019-06-03 14:15:08 +08:00
2019-03-26 16:24:22 +08:00
2019-06-03 14:15:08 +08:00
2019-06-03 14:15:08 +08:00
2019-06-03 14:15:08 +08:00