Skip to content

Conversation

simonvandel
Copy link
Contributor

No description provided.

@simonvandel simonvandel requested a review from a team as a code owner November 20, 2018 19:30
@korken89
Copy link
Contributor

Thanks for the addition, I was almost 100% sure this was already in there :)

bors r+

bors bot added a commit that referenced this pull request Nov 20, 2018
124: Add api to set SLEEPONEXIT bit in SCR register r=korken89 a=simonvandel



Co-authored-by: Simon Vandel Sillesen <simon.vandel@gmail.com>
@bors
Copy link
Contributor

bors bot commented Nov 20, 2018

Build succeeded

@bors bors bot merged commit f7f2555 into rust-embedded:master Nov 20, 2018
adamgreig pushed a commit that referenced this pull request Jan 12, 2022
124: use panic-halt instead of panic-{abort,semihosting} r=therealprof a=japaric

the former requires a feature gate; the later pulls in the cortex-m crate

Eventually we want to test this crate on beta. To do that our dependencies must
not contain feature gates. That's not the case of `panic-abort`, which depends
on the `core_intrinsics` feature.

This PR fixes that. I could have used `panic-semihosting` everywhere but decided
for `panic-halt` which has zero dependencies as I figured that might slightly
decrease CI times.

Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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