esp-idf/components/esp_system/port/soc/esp32c3
Sudeep Mohanty e22b4007d3 esp_hw_support: Removed deprecated CPU util functions
The following files were deleted:
- components/esp_hw_support/include/soc/cpu.h
- components/soc/esp32s3/include/soc/cpu.h

The following functions are deprecated:
- get_sp()

The following functions declared in soc/cpu.h are now moved to esp_cpu.h:
- esp_cpu_configure_region_protection()

The following functions declared in soc/cpu.h are now moved to components/xtensa/include/esp_cpu_utils.h:
- esp_cpu_process_stack_pc()

All files with soc/cpu.h inclusion are updated to include esp_cpu.h instead.

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
2021-12-28 16:58:37 +05:30
..
apb_backup_dma.c esp_wifi: fix esp32c3 code issues 2021-01-10 16:16:28 +08:00
cache_err_int.c esp32: move brownout and cache err int setup 2021-03-31 19:13:03 +08:00
clk.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
CMakeLists.txt debug_stubs: Refactor and add support for RISCV 2021-11-04 01:33:24 +03:00
reset_reason.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
system_internal.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30