Skip to content
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

attribute((interrupts)) or attribute((naked)) #182

Open
dgruss opened this issue Jun 25, 2018 · 0 comments
Open

attribute((interrupts)) or attribute((naked)) #182

dgruss opened this issue Jun 25, 2018 · 0 comments

Comments

@dgruss
Copy link
Member

dgruss commented Jun 25, 2018

using these for the interrupt handlers could allow us to get rid of the last asm file. gcc 8 should support attribute((naked)) which would be perfect for us... attribute((interrupts)) should also work (since gcc 7) and might even be better for our use case

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

No branches or pull requests

1 participant