esp-idf/components/app_trace
Guillaume Souchere 0bac33ed41 esp_system: Remove deprecate section from esp_cpu.h
- Remove esp_cpu_in_ocd_mode() from esp_cpu.h. Users should call esp_cpu_dbgr_is_attached() instead.
- Remove esp_cpu_get_ccount() from esp_cpu.h. Users should call esp_cpu_get_cycle_count() instead.
- Remove esp_cpu_set_ccount() from esp_cpu.h. Users should call esp_cpu_set_cycle_count() instead.
- Other IDF components updated to call esp_cpu_dbgr_is_attached(), esp_cpu_get_cycle_count() and esp_cpu_set_cycle_count() as well.
2022-07-22 00:06:06 +08:00
..
gcov esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
include freertos: remove portmacro_deprtecated.h file 2022-04-05 04:38:35 +00:00
port esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
private_include app_trace: add SPDX headers, mention SystemView in copyrights doc 2022-02-03 17:44:59 +01:00
sys_view hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
test hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
Kconfig app_trace: add support for UART to the app trace module. 2022-03-23 17:51:14 +03:00
app_trace.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
app_trace_membufs_proto.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
app_trace_util.c freertos: Replace portSET_INTERRUPT_MASK_FROM_ISR() call for SMP 2022-05-30 06:11:24 +08:00
heap_trace_tohost.c
host_file_io.c
linker.lf apptrace: move all apptrace related functions to IRAM 2022-06-23 16:54:24 +08:00
project_include.cmake cmake: using toolchain prefix determined by cmake itself 2022-01-10 10:06:09 +08:00
sdkconfig.rename app_trace: support gptimer as timestamp source 2022-01-07 14:59:09 +08:00