Commit Graph

13 Commits

Author SHA1 Message Date
Erhan Kurubas
da26095bd1 fix(esp_trace): send trace data over usb-serial-jtag reliably 2026-09-05 03:15:58 +08:00
Erhan Kurubas
f40df59461 change(esp_trace): increase usj tx buffer size in both examples 2026-09-05 03:15:58 +08:00
Erhan Kurubas
69de071692 refactor(examples): group trace examples under examples/system/tracing/
Move 6 trace-related examples (app_trace_basic, app_trace_to_plot,
esp_trace, gcov, sysview_tracing, sysview_tracing_heap_log) from
examples/system/ into a dedicated examples/system/tracing/
subdirectory for better organization.

Update all path references across documentation (en + zh_CN),
build-test-rules, CI configs and component READMEs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KZAGzon27T12sGbDPPbZ8G
2026-09-05 03:15:58 +08:00
Erhan Kurubas
339f9de4de docs(esp_trace): fix dangling README link to the tracing guide 2026-08-31 15:09:42 +02:00
Erhan Kurubas
70e16c4331 docs(esp_trace): restructure tracing docs with esp_trace as master
Reorganize the tracing documentation so esp_trace is the master
component, with app_trace, SystemView, and Gcov referenced from it.

(cherry picked from commit 6c6490d54c)
2026-08-31 15:02:14 +02:00
Erhan Kurubas
683e206571 fix(esp_trace): limit USB-Serial-JTAG trace flush timeout 2026-07-14 12:04:03 +02:00
Erhan Kurubas
6cb1b59e7c feat(esp_trace): add example to demonstrate external lib integration 2026-06-26 14:12:09 +02:00
Erhan Kurubas
f948d8ade1 feat(esp_trace): extend encoder interface
Add esp_trace_flush, esp_trace_start and esp_trace_stop APIs
2026-06-26 14:12:03 +02:00
Erhan Kurubas
71daed48d4 change(esp_trace): allow init without transport(none) 2026-06-26 14:11:57 +02:00
Erhan Kurubas
b0896d9171 feat(esp_trace): add usb-serial-jtag as a transport channel 2026-06-26 14:11:50 +02:00
Erhan Kurubas
bf0dfc2cb3 docs(esp_trace): update README for SystemView as external managed component 2025-12-12 09:32:14 +01:00
Erhan Kurubas
7d4ae881c5 change(app_trace): move sysview to component registry 2025-11-13 10:50:42 +01:00
Erhan Kurubas
dcde633acd feat(tracing): add new component for tracing 2025-11-05 09:57:18 +01:00