rokath / trice

🟢 super fast 🚀 and tiny 🐥 embedded device 𝘾 printf-like trace ✍ code, works also inside ⚡ interrupts ⚡ and real-time PC 💻 logging (trace ID visualization 👀)
MIT License
522 stars 46 forks source link

Improve RTT support #404

Open rokath opened 1 year ago

rokath commented 1 year ago
rokath commented 1 year ago

The trice tool could try to connect to the GDB Server to read the RTT data directly. It may need to implement the RTT protocol then, what seems possible.

rokath commented 1 year ago

A simpler way could be https://wiki.segger.com/RTT#TELNET_channel_of_J-Link_software. By directly connecting from trice, the RTT channel n is selectable within 100ms. The FF n control sequences expected to be not a problem then.

rokath commented 1 year ago

https://modm.io/reference/module/modm-platform-rtt/

rokath commented 1 year ago

Point 15.6 in https://openocd.org/doc/html/General-Commands.html

rokath commented 1 year ago
rokath commented 1 year ago

Add an ST-Link RTT example

rokath commented 1 year ago

401

rokath commented 1 year ago

415

rokath commented 9 months ago

Add Linux issues doc

rokath commented 3 months ago

Extend -port JLINK -args=... with params, when only part of them is given.