esp-idf/components
KonstantinKondrashov 94597fc8e3 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-08-10 09:41:35 +00:00
..
2020-05-22 16:39:44 +08:00
2020-05-18 16:51:45 +08:00
2020-05-18 16:51:45 +08:00
2020-07-13 11:49:52 +08:00
2020-04-30 14:05:36 +00:00