rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
782 stars 164 forks source link

probe-rs #90

Open hargoniX opened 4 years ago

hargoniX commented 4 years ago

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.

therealprof commented 4 years ago

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.