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
The current code will work if one of the modules which shares the interrupt use it. However if both register the interrupt the compiler will issue an error. We need a work around eventually.
The text was updated successfully, but these errors were encountered:
after ISR handling redesign to support multiple interrupts in one device shared interrupts should be easy in the form of an additional step in compiling the list of ISRs which accesses a traits class refined in a chip file to provide proper handling. We can also only switch on proper handling when there actually are two ISRs trying to register in the slot.
The current code will work if one of the modules which shares the interrupt use it. However if both register the interrupt the compiler will issue an error. We need a work around eventually.
The text was updated successfully, but these errors were encountered: