Skip to content

v0.5.5 #109

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 1 commit into from
Aug 27, 2018
Merged

v0.5.5 #109

merged 1 commit into from
Aug 27, 2018

Conversation

japaric
Copy link
Member

@japaric japaric commented Aug 27, 2018

commit required to make a new release

r? @rust-embedded/cortex-m (anyone)

@japaric japaric requested a review from a team as a code owner August 27, 2018 13:01
@adamgreig
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Aug 27, 2018
109: v0.5.5 r=adamgreig a=japaric

commit required to make a new release

r? @rust-embedded/cortex-m (anyone)

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

bors bot commented Aug 27, 2018

Build succeeded

@bors bors bot merged commit ca61bae into master Aug 27, 2018
@bors bors bot deleted the release branch August 27, 2018 13:16
@japaric
Copy link
Member Author

japaric commented Aug 27, 2018

Published https://crates.io/crates/cortex-m/0.5.5

adamgreig added a commit that referenced this pull request Jan 12, 2022
122: [RFC] `#[interrupt]` r=therealprof a=japaric

this PR adds an `interrupt` attribute that's similar to the existing `exception`
except that it's used to override device-specific interrupt handlers.

The other big difference is that `cortex_m_rt::interrupt` can't be directly
used; it must first be imported from a device crate, which re-exports
`cortex_m_rt::interrupt`. This is required to check at compile time that the
interrupt is valid for the target device.

Safe `static mut` variables can be used with `#[interrupt]` handlers. The syntax
is the same as `#[exception]`s.

More background information can be found in #109.

The companion svd2rust PR is rust-embedded/svd2rust#235

r? @rust-embedded/cortex-m

Co-authored-by: Jorge Aparicio <[email protected]>
Co-authored-by: Adam Greig <[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.

2 participants