rtt_read
Read RTT log lines from embedded devices via J-Link, returning newest messages by default or oldest boot output when requested. Reading does not consume the buffer.
Instructions
Read RTT log lines (clean, parsed Zephyr format). Non-destructive — reading does not consume the buffer. Returns the NEWEST lines by default; oldest:true returns the start of the buffer. Note the buffer spans reflashes: its oldest lines may be from firmware you have since replaced. rtt_clear drops them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many lines (default 50) | |
| oldest | No | Return the OLDEST lines instead of the newest — use this to see boot output |