change(app_trace): move gcov component to the esp-component-registry

This commit is contained in:
Erhan Kurubas
2025-07-22 12:07:51 +02:00
parent ae221cb24f
commit f5ffef1556
20 changed files with 109 additions and 603 deletions

View File

@@ -12,7 +12,7 @@
extern "C" {
#endif
#if !defined(CONFIG_FREERTOS_UNICORE) || defined(CONFIG_APPTRACE_GCOV_ENABLE)
#if defined(CONFIG_ESP_IPC_ENABLE)
/*
* Inter-processor call APIs
@@ -71,7 +71,7 @@ esp_err_t esp_ipc_call(uint32_t cpu_id, esp_ipc_func_t func, void* arg);
*/
esp_err_t esp_ipc_call_blocking(uint32_t cpu_id, esp_ipc_func_t func, void* arg);
#endif // !defined(CONFIG_FREERTOS_UNICORE) || defined(CONFIG_APPTRACE_GCOV_ENABLE)
#endif // defined(CONFIG_ESP_IPC_ENABLE)
#ifdef __cplusplus
}