Marius Vikhammer
f7344e0a46
refactor(panic): route panic handlers through esp_sys_event
...
Let panic-related components register their hooks through
esp_sys_event so panic sequencing stays extensible without
hardcoded esp_system dependencies.
2026-06-10 11:21:47 +08:00
Erhan Kurubas
5bcaf281e2
Merge branch 'feat/esp_trace_example' into 'master'
...
esp_trace example library integration
See merge request espressif/esp-idf!48605
2026-05-26 17:38:22 +02:00
Sudeep Mohanty
6e3fae60fc
fix(components): initialize srcs variable to prevent scope leakage
2026-05-21 10:05:47 +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
de197e3c0f
change(esp_trace): allow init without transport(none)
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