File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments