mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 14:13:06 +00:00
Zephyr version 3.4 changed the SPI context structure and macros which broke the logic in the MEC172x SPI driver configuration API. This was not detected by CI due to no tests for this driver are in the tree. The driver now behaves like most other SPI drivers requiring a different configuration structure pointer to be passed if any item in the configuration changes. Signed-off-by: Manimaran A <manimaran.a@microchip.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.ambiq | ||
Kconfig.andes_atcspi200 | ||
Kconfig.b91 | ||
Kconfig.bitbang | ||
Kconfig.cc13xx_cc26xx | ||
Kconfig.dw | ||
Kconfig.esp32 | ||
Kconfig.gd32 | ||
Kconfig.gecko | ||
Kconfig.ifx_cat1 | ||
Kconfig.litex | ||
Kconfig.mchp_mss_qspi | ||
Kconfig.mcux_dspi | ||
Kconfig.mcux_flexcomm | ||
Kconfig.mcux_lpspi | ||
Kconfig.nrfx | ||
Kconfig.numaker | ||
Kconfig.nxp_s32 | ||
Kconfig.oc_simple | ||
Kconfig.opentitan | ||
Kconfig.pl022 | ||
Kconfig.psoc6 | ||
Kconfig.pw | ||
Kconfig.rpi_pico | ||
Kconfig.rv32m1_lpspi | ||
Kconfig.sam | ||
Kconfig.sam0 | ||
Kconfig.sifive | ||
Kconfig.smartbond | ||
Kconfig.spi_emul | ||
Kconfig.stm32 | ||
Kconfig.test | ||
Kconfig.xec_qmspi | ||
Kconfig.xlnx | ||
Kconfig.xmc4xxx | ||
mspi_ambiq.c | ||
spi_ambiq.c | ||
spi_andes_atcspi200.c | ||
spi_andes_atcspi200.h | ||
spi_b91.c | ||
spi_bitbang.c | ||
spi_cc13xx_cc26xx.c | ||
spi_context.h | ||
spi_dw_regs.h | ||
spi_dw.c | ||
spi_dw.h | ||
spi_emul.c | ||
spi_esp32_spim.c | ||
spi_esp32_spim.h | ||
spi_gd32.c | ||
spi_gecko.c | ||
spi_handlers.c | ||
spi_ifx_cat1.c | ||
spi_litespi.c | ||
spi_litespi.h | ||
spi_ll_stm32.c | ||
spi_ll_stm32.h | ||
spi_mchp_mss_qspi.c | ||
spi_mcux_dspi.c | ||
spi_mcux_flexcomm.c | ||
spi_mcux_lpspi.c | ||
spi_nrfx_common.c | ||
spi_nrfx_common.h | ||
spi_nrfx_spi.c | ||
spi_nrfx_spim.c | ||
spi_nrfx_spis.c | ||
spi_numaker.c | ||
spi_nxp_s32.c | ||
spi_nxp_s32.h | ||
spi_oc_simple.c | ||
spi_oc_simple.h | ||
spi_opentitan.c | ||
spi_pl022.c | ||
spi_psoc6.c | ||
spi_pw.c | ||
spi_pw.h | ||
spi_rpi_pico_pio.c | ||
spi_rtio.c | ||
spi_rv32m1_lpspi.c | ||
spi_sam.c | ||
spi_sam0.c | ||
spi_sifive.c | ||
spi_sifive.h | ||
spi_signal.c | ||
spi_smartbond.c | ||
spi_test.c | ||
spi_xec_qmspi_ldma.c | ||
spi_xec_qmspi.c | ||
spi_xlnx_axi_quadspi.c | ||
spi_xmc4xxx.c |