zephyr/tests/drivers/spi/spi_loopback
Andriy Gelman a34d4d1ce9 drivers: spi: xmc4xxx: Fix potential runtime error
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>
2023-11-16 09:26:50 +01:00
..
boards drivers: spi: xmc4xxx: Fix potential runtime error 2023-11-16 09:26:50 +01:00
dts/bindings
src tests: drivers: spi: improve spi_loopback async test 2023-11-03 11:46:35 +01:00
CMakeLists.txt
Kconfig tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA 2023-09-20 11:33:28 +01:00
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 tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA 2023-09-20 11:33:28 +01:00
overlay-stm32-spi-16bits-dma.conf tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA 2023-09-20 11:33:28 +01:00
overlay-stm32-spi-16bits.conf tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA 2023-09-20 11:33:28 +01:00
overlay-stm32-spi-16bits.overlay tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA 2023-09-20 11:33:28 +01:00
overlay-stm32-spi-dma-no-nocache.conf tests: drivers: spi: stm32h7: Run 16-bit frames tests for DMA 2023-09-20 11:33:28 +01:00
overlay-stm32-spi-dma.conf
overlay-stm32-spi-interrupt.conf drivers: spi: stm32h7: Add interrupt tests for H7 2023-09-20 20:19:35 +01:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml tests: drivers: spi: spi_loopback: Added mimxrt1170_evk_cm7 2023-10-14 10:55:02 +03:00