Skip to content

Add method to trigger system reset #94

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

Merged
merged 2 commits into from
Aug 3, 2018
Merged

Conversation

bergus
Copy link
Contributor

@bergus bergus commented Jun 17, 2018

Basically taken from CMSIS

@little-arhat
Copy link

@japaric
Copy link
Member

japaric commented Aug 3, 2018

Thanks for the PR, @bergus. This LGTM but rustc is still affected by a LLVM "bug" (actually a C feature) where it misoptimizes infinite loops that have no side effects (see rust-lang/rust#28728) so the loop {} should be turned into loop { NOP } to avoid the bug.

@japaric
Copy link
Member

japaric commented Aug 3, 2018

bors r+

bors bot added a commit that referenced this pull request Aug 3, 2018
94: Add method to trigger system reset r=japaric a=bergus

Basically taken from CMSIS

Co-authored-by: Bergi <[email protected]>
Co-authored-by: Jorge Aparicio <[email protected]>
@bors
Copy link
Contributor

bors bot commented Aug 3, 2018

Build succeeded

@bors bors bot merged commit 30b40eb into rust-embedded:master Aug 3, 2018
adamgreig pushed a commit that referenced this pull request Jan 12, 2022
94: Add additional meta data to improve crate experience r=korken89 a=Nicoretti

* Add readme setting, so README.md is shown on https://crates.io/

Co-authored-by: Nicola Coretti <[email protected]>
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.

3 participants