esp-idf/components/espcoredump/include_core_dump
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
..
port espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00
core_dump_binary.h espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00
core_dump_checksum.h espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00
core_dump_elf.h espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00
elf.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
esp_core_dump_common.h esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
esp_core_dump_port.h esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
esp_core_dump_types.h espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00