Damien Zammit, le ven. 08 mars 2024 06:57:47 +, a ecrit:
> I think we need to allow the irq handler to be called one more time,
> because we don't know if there is a pending interrupt until we need
> to handle one.
> Once we enable the irq one more time, it is necessary
> to handle the last int
Hi,
I think we need to allow the irq handler to be called one more time,
because we don't know if there is a pending interrupt until we need
to handle one. Once we enable the irq one more time, it is necessary
to handle the last interrupt before quitting the handler.
I tested this behaviour and