Fixes an unhandled interrupt runtime crash if CONFIG_SPI_XMC4XXX_DMA=y and CONFIG_SPI_XMC4XXX_INTERRUPT=n. The unhandled interrupt error is triggered because irq_enable() was called without calling IRQ_CONNECT() when CONFIG_SPI_XMC4XXX_INTERRUPT=n. Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com> |
||
|---|---|---|
| .. | ||
| boards | ||
| dts/bindings | ||
| src | ||
| CMakeLists.txt | ||
| Kconfig | ||
| overlay-gd32-spi-dma.conf | ||
| overlay-gd32-spi-interrupt.conf | ||
| overlay-mcux-dspi-dma.conf | ||
| overlay-mcux-dspi-dma.overlay | ||
| overlay-sam-spi-dma.conf | ||
| overlay-sam-spi-dma.overlay | ||
| overlay-stm32-spi-16bits-dma-no-nocache.conf | ||
| overlay-stm32-spi-16bits-dma.conf | ||
| overlay-stm32-spi-16bits.conf | ||
| overlay-stm32-spi-16bits.overlay | ||
| overlay-stm32-spi-dma-no-nocache.conf | ||
| overlay-stm32-spi-dma.conf | ||
| overlay-stm32-spi-interrupt.conf | ||
| prj.conf | ||
| testcase.yaml | ||