change(app_trace): implement uart without driver APIs

This commit is contained in:
Erhan Kurubas
2025-10-24 13:00:49 +02:00
parent 80ed20959d
commit f2c75dcf52
6 changed files with 354 additions and 215 deletions

View File

@@ -56,7 +56,7 @@ void app_main(void)
if (res != ESP_OK) {
ESP_LOGE(TAG, "Failed to write data to host [0x%x] (%s)", res, esp_err_to_name(res));
}
esp_apptrace_flush( 1000);
esp_apptrace_flush(1000);
vTaskDelay(50 / portTICK_PERIOD_MS);
}