esp-idf/components/esp_system/port/soc/esp32s3
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
..
apb_backup_dma.c light sleep: add wifi mac sleep support for esp32s3 2021-08-04 21:58:33 +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 adc: support adc efuse-based calibration on esp32s3 2021-09-14 11:42:50 +08:00
CMakeLists.txt light sleep: add wifi mac sleep support for esp32s3 2021-08-04 21:58:33 +08:00
highint_hdl.S Xtensa: Branch and jump intructions referencing a relative label have been replaced 2021-10-19 12:21:12 +08:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
system_internal.c freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
usb_console.c Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00