mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 04:05:46 +00:00
Current dma struture code didn't allowed only rx channel removal, disabling tx channel (in spi client node) was leading compilation issue. Fix this by moving conditional code inside SPI_DMA_CHANNEL macro and get the part of code which is present or removed (SPI_DMA_CHANNEL_INIT) outside of {}. Additionally, fix indentation on '\' in whole instance init macros Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.cc13xx_cc26xx | ||
Kconfig.dw | ||
Kconfig.gecko | ||
Kconfig.litex | ||
Kconfig.mcux_dspi | ||
Kconfig.mcux_flexcomm | ||
Kconfig.mcux_lpspi | ||
Kconfig.nrfx | ||
Kconfig.oc_simple | ||
Kconfig.rv32m1_lpspi | ||
Kconfig.sam | ||
Kconfig.sam0 | ||
Kconfig.sifive | ||
Kconfig.stm32 | ||
Kconfig.xec_qmspi | ||
spi_cc13xx_cc26xx.c | ||
spi_context.h | ||
spi_dw_regs.h | ||
spi_dw.c | ||
spi_dw.h | ||
spi_gecko.c | ||
spi_handlers.c | ||
spi_litespi.c | ||
spi_litespi.h | ||
spi_ll_stm32.c | ||
spi_ll_stm32.h | ||
spi_mcux_dspi.c | ||
spi_mcux_flexcomm.c | ||
spi_mcux_lpspi.c | ||
spi_nrfx_spi.c | ||
spi_nrfx_spim.c | ||
spi_nrfx_spis.c | ||
spi_oc_simple.c | ||
spi_oc_simple.h | ||
spi_rv32m1_lpspi.c | ||
spi_sam.c | ||
spi_sam0.c | ||
spi_sifive.c | ||
spi_sifive.h | ||
spi_xec_qmspi.c |