esp-idf/components/esp_gdbstub
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
..
esp32 Code cleanup. Bugfix after rebase with master. Formating. 2021-05-13 15:03:40 +03: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
esp8684 ESP8684: Add esp_gdbstub, mbedtls, esp_timer 2021-11-06 17:33:45 +08:00
esp_common Code cleanup. Bugfix after rebase with master. Formating. 2021-05-13 15:03:40 +03:00
include Fix problem with panic handler with gdbstubs. 2021-05-11 16:09:32 +03:00
private_include freertos: take tasks snapshot out of tasks.c source code 2021-08-16 10:29:36 +08:00
riscv esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
src ESP8684: Add esp_gdbstub, mbedtls, esp_timer 2021-11-06 17:33:45 +08:00
xtensa esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
CMakeLists.txt ESP8684: Add esp_gdbstub, mbedtls, esp_timer 2021-11-06 17:33:45 +08: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