Skip to content

Commit a2d0bc1

Browse files
[nrf52] doc debug component (#5118)
Co-authored-by: Jonathan Swoboda <[email protected]>
1 parent 0d48ad6 commit a2d0bc1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/components/debug.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ sensor:
8888
8989
- **cpu_frequency** (*Optional*): Reports the CPU frequency in Hz. All options from [Sensor](#config-sensor).
9090
91+
## Zephyr
92+
93+
The component enables debugging features for ESPHome devices running on the Zephyr RTOS.
94+
It helps with low-level firmware debugging using **SWD (Serial Wire Debug)**. It enables:
95+
96+
- **Thread Awareness in GDB**
97+
Injects Zephyr thread metadata so that all active threads can be inspected via GDB when connected over SWD.
98+
99+
- **Real-Time Logging over RTT**
100+
Enables logging output over **SEGGER RTT** (Real Time Transfer), allowing non-intrusive debug logs through SWD.
101+
91102
## See Also
92103
93104
- [Sensor Filters](#sensor-filters)

0 commit comments

Comments
 (0)