OVMS3-idf/components/xtensa/include
KonstantinKondrashov 4275056423 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-05-22 16:23:53 +08:00
..
esp_private misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
xtensa xtensa: fix sign-conversion warning 2020-03-20 11:10:43 +01:00
eri.h create xtensa component 2019-03-27 20:24:28 +08:00
esp_attr.h esp32: IRAM_DATA_ATTR and IRAM_BSS_ATTR introduced 2020-04-17 19:35:23 +05:30
esp_debug_helpers.h 1. Fix backtrace is incomplete 2019-09-05 18:40:33 +08:00
esp_panic.h misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
trax.h global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
xt_instr_macros.h esp32: Switch SPIRAM stack in esp_restart_noos() to internal stack 2020-05-22 16:23:53 +08:00
xtensa-debug-module.h Performance monitor component. The component contains APIs, example and 2019-08-23 11:20:12 +03:00