tracy
tracy copied to clipboard
Question: bare metal device support
Hi, tracy looks alike a cool project and I was thinking how feasible would be to use it on bare metal target. I have ARM Cortex-M devices in my mind. In my case, there is no network, but I have other ways of exporting the data (UART, Segger RTT). I already created very compact logging framework where only ID and arguments are transferred to the host system and formatting is done there using metadata from elf file. I was thinking about something similar for tracy. Then some "thin" client which would do the translation. What do you think? Is the tracy network protocol and file format documented?
Protocol and format are not documented and not stable.