Re: [PATCH 1/6] bsp/lpc32xx: Fix FIQ interrupt support

2022-06-07 Thread Chris Johns
OK Thanks Chris On 8/6/2022 12:02 am, Sebastian Huber wrote: > Do not sporadically service interrupts configured as FIQ by the IRQ > interrupt dispatch. > --- > bsps/arm/lpc32xx/irq/irq.c | 23 +-- > 1 file changed, 13 insertions(+), 10 deletions(-) > > diff --git a/bsps/arm

[PATCH 1/6] bsp/lpc32xx: Fix FIQ interrupt support

2022-06-07 Thread Sebastian Huber
Do not sporadically service interrupts configured as FIQ by the IRQ interrupt dispatch. --- bsps/arm/lpc32xx/irq/irq.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/bsps/arm/lpc32xx/irq/irq.c b/bsps/arm/lpc32xx/irq/irq.c index e10393265b..947faca52c