Lines Matching full:rtt
18 * Segger RTT Console
153 RTT Console
156 Segger's J-Link supports `Real-Time Tracing (RTT)`_, a technology that allows a terminal
158 and the development computer for logging and input. Zephyr supports RTT on nRF5x targets,
161 To use RTT, you will first need to enable it by adding the following lines in your ``.conf`` file:
171 supports SEGGER J-Link RTT. This symbol is set automatically by the SoC
176 If you get no RTT output you might need to disable other consoles which conflict
177 with the RTT one if they are enabled by default in the particular sample or
185 Once compiled and flashed with RTT enabled, you will be able to display RTT console
191 * Open the "J-Link RTT Viewer" application
197 * RTT Control Block: Auto Detection
208 * RTT Control Block address: auto-detection
209 * RTT Channel name or index: 0
215 A Python RTT viewer tool can be found in the `pyrtt-viewer`_ GitHub repository.
242 .. _Real-Time Tracing (RTT): https://www.segger.com/jlink-rtt.html