cargo-rtic-scope
will be a single-click solution for tracing RTIC applications running on embedded ARM Cortex-M targets. If you clone this repository and run cargo install --path . && cd examples && cargo rtic-scope trace --bin blinky --dev /dev/ttyUSB3
it will
/dev/ttyUSB3
for trace reception;/dev/ttyUSB3
into human-readable types and
serialize these types to JSON and save to disk under
target/rtic-traces
.When done, cargo-rtic-scope
will also stream the resolved trace to a
frontend. For example, a graphical web application.
For non-commercial purposes, the code in this repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.
This project is maintained in cooperation with @GrepitAB and LuleƄ Technical University. For commercial support and alternative licensing, inquire via contact@grepit.se.