cargo-rtic-scope icon indicating copy to clipboard operation
cargo-rtic-scope copied to clipboard

Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.

Results 33 cargo-rtic-scope issues
Sort by recently updated
recently updated
newest added

A lot of malformed packets are observed on my end when using an STLink probe (to a stm32f401retx). I recall there being less problems when a TTY source was used...

enhancement

When cargo builds something, it will traverse directories upwards and look for `.cargo/config{,.toml}` files. If such a file is found when the intermediate library is built, something wrong is likely...

question

The hints of `cargo-flash` are hidden inside of the executable, and are not available via `probe_rs_cli_util` yet. Move `diag::DiagnosableError` there and refactor a bit. Then, for the error types in...

enhancement