esp-idf/components/esp_system/port/soc/esp32
Omar Chebib 8048677b4c Xtensa: Branch and jump intructions referencing a relative label have been replaced
As branches/jumps on Xtensa have a maximum range for the destination, it is
unsafe to refer to a label to another compilation unit in a branch/jump instruction.
The labels have been replaced by absolute addresses.
2021-10-19 12:21:12 +08:00
..
cache_err_int.c esp32: move brownout and cache err int setup 2021-03-31 19:13:03 +08:00
cache_err_int.h esp32: move brownout and cache err int setup 2021-03-31 19:13:03 +08:00
clk.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
CMakeLists.txt esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 2021-08-03 14:35:29 +08:00
component.mk esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
highint_hdl.S Xtensa: Branch and jump intructions referencing a relative label have been replaced 2021-10-19 12:21:12 +08:00
intr.c esp_system: support riscv panic 2020-11-13 07:49:11 +11:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
system_internal.c esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 2021-08-03 14:35:29 +08:00