esp-idf/components/app_trace
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
..
gcov esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
include docs: update programming guide for esp32s3 chip independent system chapters 2021-11-23 12:48:10 +05:30
port move brownout trax cache_int_err to private folder 2021-11-26 18:27:53 +08:00
private_include apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
sys_view esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
test esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
app_trace_membufs_proto.c apptrace: Adds ESP32-S3 support 2021-10-22 23:24:00 +03:00
app_trace_util.c freertos: Add portTRY_ENTRY_CRITICAL() and deprecate legacy spinlock fucntions 2021-11-22 13:28:39 +08:00
app_trace.c apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
CMakeLists.txt IPC: Move ipc sources to esp_system 2021-11-11 10:30:01 +08:00
heap_trace_tohost.c apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
host_file_io.c Merge branch 'update_copyright_notice_app_trace' into 'master' 2021-05-03 12:00:53 +00:00
Kconfig trax: Adds ESP32-S3 support 2021-10-22 23:36:28 +03:00
linker.lf apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
project_include.cmake app_trace: Add coverage generation by gcovr 2020-03-30 13:34:06 +02:00
sdkconfig.rename apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00