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
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