esp-idf/components/xtensa
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
..
esp32
esp32s2
include esp32: Switch SPIRAM stack in esp_restart_noos() to internal stack 2020-05-22 16:23:53 +08:00
trax xtensa: add a script for parsing CPU traces (TRAX) 2020-03-13 17:30:29 +01:00
CMakeLists.txt
component.mk
debug_helpers.c
debug_helpers_asm.S
eri.c
expression_with_stack_xtensa.c
expression_with_stack_xtensa_asm.S
linker.lf atomic: support fetch_and, fetch_and and fetch_xor 2020-03-04 11:35:23 +08:00
stdatomic.c atomic: support fetch_and, fetch_and and fetch_xor 2020-03-04 11:35:23 +08:00
trax.c