Files
esp-idf/components/hal/esp32s2/include/hal
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
..
2022-05-07 19:20:44 +08:00
2021-01-13 10:52:27 +08:00
2022-02-24 22:20:09 +08:00
2022-04-23 07:38:45 +00:00
2021-04-22 23:33:47 +02:00
2022-02-24 22:20:09 +08:00
2021-01-12 14:05:08 +08:00
2021-06-22 11:28:01 +08:00
2021-02-26 19:45:48 +08:00
2022-01-25 17:43:02 +08:00