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

@@ -13,7 +13,7 @@
extern "C" {
#endif
#if !defined(CONFIG_FREERTOS_UNICORE) || defined(CONFIG_APPTRACE_GCOV_ENABLE)
#if defined(CONFIG_ESP_IPC_ENABLE)
/**
* @brief Execute a callback on a given CPU without any blocking operations for the caller
@@ -40,7 +40,7 @@ extern "C" {
*/
esp_err_t esp_ipc_call_nonblocking(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
}