Re: [PATCH] tm27: Avoid function pointer casts

2023-01-23 Thread Gedare Bloom
looks fine On Mon, Jan 23, 2023 at 6:58 AM Sebastian Huber wrote: > > Add TM27_USE_VECTOR_HANDLER to select the interrupt handler type used by > the implementation. > > Close #4820. > --- > bsps/arm/lpc32xx/include/tm27.h | 4 +-- > bsps/bfin/TLL6527M/include/tm27.h|

[PATCH] tm27: Avoid function pointer casts

2023-01-23 Thread Sebastian Huber
Add TM27_USE_VECTOR_HANDLER to select the interrupt handler type used by the implementation. Close #4820. --- bsps/arm/lpc32xx/include/tm27.h | 4 +-- bsps/bfin/TLL6527M/include/tm27.h| 2 ++ bsps/bfin/eZKit533/include/tm27.h| 2 ++ bsps/include/dev/irq/ar