Skip to content

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

@dgruss

Description

@dgruss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions