| Crates.io | cargo-rtic-scope |
| lib.rs | cargo-rtic-scope |
| version | 0.1.0-alpha.1 |
| created_at | 2021-07-01 02:19:26.580572+00 |
| updated_at | 2021-07-01 02:49:07.201081+00 |
| description | RTIC Scope backend |
| homepage | https://rtic-scope.github.io |
| repository | https://github.com/rtic-scope/cargo-rtic-scope |
| max_upload_size | |
| id | 417169 |
| size | 105,928 |
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.