-
Notifications
You must be signed in to change notification settings - Fork 185
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
Book: Section 2: Blinking your first LED (draft) #4
Comments
Triage: Tthis section has no instructions. @jamesmunns could you add some? IIRC, we agreed on using |
I think it would be good to start this section with instructions on how to build and debug a Cortex-M program running on QEMU since everyone should be able to run that without external hardware. Then we can move onto the discovery board. |
@japaric , would this be of any help? |
@WojciechMigda Unfortunately, no. That's using QEMU userspace emulation ( What we have to use in this section is QEMU full system emulation ( |
Just wanted to thank you for your great work. I am still learning Rust, I ordered the board you suggest, and I am eager to follow your tutorials. I hope I will be able to give something back to the community in the future. Thank you! 😃 |
This is pretty much done. |
From @jamesmunns on July 10, 2018 9:32
This section covers the equivalent of getting "Hello World" working for an embedded target. Examples should start high level, and build back up towards that point.
Copied from original issue: rust-embedded/wg#117
The text was updated successfully, but these errors were encountered: