Skip to content

RusPiRo Interrupt handler for sharing lines

Compare
Choose a tag to compare
@2ndTaleStudio 2ndTaleStudio released this 15 Aug 08:33
5a9701e

Release notes

The custom attribute to implement an interrupt handler now supports the shared Irq-Line Aux to specify which interrupt shall be handled (Uart1, Spi1 or Spi2).

For this the attribute format is enhanced like this:
#[IrqHandler(Aux, Uart1)]
Specify the IRQ source along with the IRQ type. Whether a source is available is checked during compile time.