You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have to include <avr/interrupt.h> to setup the interrupts, which is not portable.
Some minimal HAL for interrupts would avoid having to include AVR-specific parts in the code.
The text was updated successfully, but these errors were encountered:
I think that's fine. But we need something, otherwise we have to use ifdefs when we setup interrupts for AVR. I'm trying to setup the motion ones, and I had to add several because the same code is also built for the tests, and there you don't ISR(), or the __vector definitions either.
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment.
We currently have to include <avr/interrupt.h> to setup the interrupts, which is not portable.
Some minimal HAL for interrupts would avoid having to include AVR-specific parts in the code.
The text was updated successfully, but these errors were encountered: