-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooling page is significantly outdated #355
Comments
Indeed. Thanks for noticing. |
Yeah I came across this today and went to write up basically the same ticket. |
I think the steps are now:
No OpenOCD required, nor arm-none-eabi-gcc. You could still list GDB (or |
Is there a guide somewhere on how to set this up? I just got my first STM chip to follow the embedded Rust book, and I'm not sure where to start or how to follow along since the tooling is outdated now. For now I guess I'm going to follow the current version of the book exactly just so I can get some code flashed to my board, but it would be nice to use the newer tools. probe-rs sounds neat, but it also seems like its a library? I'm not sure how I'd use it to flash and debug. Any help would be appreciated. |
https://github.com/rust-embedded/book/blob/master/src/intro/tooling.md
Nothing about
probe-rs
project; old Rust version, etc.The text was updated successfully, but these errors were encountered: