Improve RTT support
- Check this: https://github.com/Marus/cortex-debug/issues/456#issuecomment-887949413
- Make an OpenOCD example
- Update RTT doc
- See https://interrupt.memfault.com/blog/a-deep-dive-into-arm-cortex-m-debug-interfaces
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.
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.
https://modm.io/reference/module/modm-platform-rtt/
Point 15.6 in https://openocd.org/doc/html/General-Commands.html
- Download and extract https://github.com/openocd-org/openocd/releases/tag/v0.12.0
- Extract & add ./bin to PATH
Add an ST-Link RTT example
#401
#415
Add Linux issues doc