esp-idf/components/esp_gdbstub
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
..
esp32 Code cleanup. Bugfix after rebase with master. Formating. 2021-05-13 15:03:40 +03:00
esp32c2 esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
esp32c3 bugfix/esp-gdbstrub: add missing function for esp32c3/esp32h2. 2021-10-25 10:30:50 +03:00
esp32h2 bugfix/esp-gdbstrub: add missing function for esp32c3/esp32h2. 2021-10-25 10:30:50 +03:00
esp32s2 Code cleanup. Bugfix after rebase with master. Formating. 2021-05-13 15:03:40 +03:00
esp32s3 Code cleanup. Bugfix after rebase with master. Formating. 2021-05-13 15:03:40 +03:00
esp_common This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
include This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
private_include This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
riscv This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
src This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
xtensa hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls 2022-06-14 14:40:03 +08:00
CMakeLists.txt This commit add to GDBstup: 2022-03-01 19:49:24 +03:00
Kconfig freertos: add kconfig options for task snapshot functions 2021-09-01 15:13:48 +08:00
linker.lf Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sdkconfig.rename Docs: Add C3 support to build_docs 2020-12-28 12:25:03 +08:00