Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Update interrupt macro to match cortex-m-rt #2

Closed
peacememories opened this issue Mar 11, 2019 · 1 comment
Closed

Update interrupt macro to match cortex-m-rt #2

peacememories opened this issue Mar 11, 2019 · 1 comment

Comments

@peacememories
Copy link

I think it is worth it to have a similar API surface to cortex-m-rt, since it seems to be the most popular embedded abstraction in rust at the moment. The crate uses procmacros to define attributes (like #[interrupt]) instead of macro_rules!, which might result in some slightly cleaner code.

Of course this would mean creating an additional crate, since afaik procmacro crates cannot expose anything else.

@Rahix
Copy link
Owner

Rahix commented May 14, 2019

Closing this in favour of Rahix/avr-device#1

@Rahix Rahix closed this as completed May 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants