rust-embedded/cortex-m-quickstart

probe-rs

hargoniX opened this issue · 1 comments

I'm currently preparing a PR to migrate the Embedded Rust Book from OpenOCD / semihosting to probe-rs / RTT. Would it be okay to replace the openocd config and semihosting dependencies with an Embed.toml as cargo-embed config as well as https://crates.io/crates/rtt-target? Or is there any blocker for this?

Would be happy to PR it myself, should there be no blockers.

In general I think we should do this. I'm a bit wary about overboard though, it should still be simply enough to follow what's going on and not require a complex and specific setup to use. I could also see us offering multiple approaches.