Skip to content
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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Add Rust examples #9

wants to merge 11 commits into from

Conversation

chrysn
Copy link

@chrysn chrysn commented Aug 16, 2024

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.

@chrysn
Copy link
Author

chrysn commented Oct 2, 2024

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.

@chrysn chrysn marked this pull request as ready for review October 2, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants