bobbin-rs / bobbin-sdk

A multi-platform embedded software development kit using the Rust programming language.
Apache License 2.0
43 stars 4 forks source link

Use cortex-m-rt attributes instead of macros for IRQs in board crates #9

Closed eupn closed 5 years ago

eupn commented 5 years ago

Use newer cortex-m-rt's #[exception] attribute instead of macros in the board support crates.

jcsoo commented 5 years ago

Thanks, I've had to do something similar in a separate branch that I've been working on.