-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add Rust examples #9
base: master
Are you sure you want to change the base?
Conversation
I think this PR is ready. I've rebased it onto the current inetrg head (whch AIU is the upstream for https://github.com/netd-tud/riot-exercises/). Rebasing always incurs the risk of semantic mismatches, and there is one here (note to self: Bookmark this as The Example why I don't like workflows where rebasing is done lightly): The version I based this off originally had commit 50f26c4 in it which adds explicit cd'ing around. I copied the C READMEs into the Rust READMEs, and now the latter have it in everywhere. @miri64, @mguetschow and @MrKevinWeiss, can you make up your minds on whether that should be part of upstream? I'm happy to remove them, but I don't know what is a reasonable amount of shell hand-holding students really need. |
This branch currently contains some more base commits; please ignore them while the branch is being brought up to shape and more examples are added.
Example 05-gpio is noteworthy because it also serves as an example of how to do things "by foot" that are usually done by the wrappers, owing to the lack of implementation of GPIO interrupts in riot-wrappers.