esp-idf/components/hal/esp32s3
Darian Leung a8a3756b38 hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls
This commit makes changes to cpu_ll.h, cpu_hal.h, and interrupt_controller_hal.h:

- Moved to esp_hw_support in order to be deprecated in the future
- HAL/LL API now route their calls to esp_cpu.h functions instead

Also updated soc_hal.h as follows:

- Removed __SOC_HAL_..._OTHER_CORES() macros as they dependend on cpu_hal.h
- Made soc_hal.h and soc_ll.h interfaces always inline, and removed soc_hal.c.

This commit also updates the XCHAL_ERRATUM_572 workaround by

- Removing it's HAL function and invoking the workaround it directly the bootloader
- Added missing workaround for the ESP32-S3
2022-06-14 14:40:03 +08:00
..
include/hal hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls 2022-06-14 14:40:03 +08:00
brownout_hal.c spi_flash: Making XMC flash works more stable when brownout detected 2022-06-02 10:38:55 +08:00
efuse_hal.c efuse: Validates data after burning and re-burnes it if necessary 2022-04-27 01:10:41 +08:00
hmac_hal.c [esp_hw_support]: HMAC upstream support for S3 2021-08-13 12:01:06 +08:00
rtc_cntl_hal.c light sleep: add i/d-cache tagmem retention support for esp32s3 2021-08-27 11:11:09 +08:00
touch_sensor_hal.c touch_sensor: apply general check 2021-10-08 11:32:12 +08:00