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

@@ -267,12 +267,6 @@ int esp_apptrace_fstop(esp_apptrace_dest_t dest);
*/
int esp_apptrace_feof(esp_apptrace_dest_t dest, void *stream);
/**
* @brief Triggers gcov info dump.
* This function waits for the host to connect to target before dumping data.
*/
void esp_gcov_dump(void);
#ifdef __cplusplus
}
#endif