Erhan Kurubas
4709507f3e
change(esp_trace): skip unused timer reads on the per-event path
...
Lock take called esp_timer_get_time() before trying the spinlock, and the
C3 default timestamp went through esp_timer's tick-to-us conversion.
Try the lock first, and read systimer ticks directly.
2026-08-26 10:39:18 +02:00
Erhan Kurubas
256d129ed9
fix(esp_trace): send trace data over usb-serial-jtag reliably
2026-08-12 09:29:27 +02:00
Erhan Kurubas
6c6490d54c
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.
2026-07-23 08:58:30 +03:00
Erhan Kurubas
39d6aaaecb
feat(esp_trace): add compiler-instrumented function tracing support
2026-07-16 10:18:25 +02:00
Erhan Kurubas
41d425bf05
feat(esp_trace): add example to demonstrate external lib integration
2026-05-20 11:55:10 +02:00
Erhan Kurubas
4c88c77f9c
feat(esp_trace): extend encoder interface
...
Add esp_trace_flush, esp_trace_start and esp_trace_stop APIs
2026-05-20 11:32:45 +02:00
Erhan Kurubas
05010137f8
feat(esp_trace): add usb-serial-jtag as a transport channel
2026-02-18 12:01:40 +01:00
Erhan Kurubas
0159206593
docs(esp_trace): update README for SystemView as external managed component
2025-12-09 18:08:42 +01:00
Erhan Kurubas
79cda70029
change(app_trace): move sysview to component registry
2025-11-10 15:55:41 +08:00
Erhan Kurubas
1dac8685db
feat(tracing): add new component for tracing
2025-10-30 12:15:35 +01:00