Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Pieter De Gendt 8b5fee6186 drivers: spi: spi_mcux_ecspi: Fix data size when using 16/32 bit transfers 6 months ago
..
CMakeLists.txt drivers: spi: Add MAX32690 SPI driver 1 year ago
Kconfig drivers: spi: Add MAX32690 SPI driver 1 year ago
Kconfig.ambiq drivers: ambiq: Add dependencies to avoid showing to non-ambiq platforms 1 year ago
Kconfig.andes_atcspi200 drivers: spi: Support dma mode for atcspi200 1 year ago
Kconfig.b91
Kconfig.bitbang
Kconfig.cc13xx_cc26xx
Kconfig.dw drivers: spi_dw: add HSSI register layout 1 year ago
Kconfig.esp32
Kconfig.gd32
Kconfig.gecko
Kconfig.grlib_spimctrl drivers/spi: Add support for GRLIB SPIMCTRL 1 year ago
Kconfig.ifx_cat1 drivers: spi: Initial version of the Infineon CAT1 SPI driver 2 years ago
Kconfig.litex
Kconfig.max32 drivers: spi: Add MAX32690 SPI driver 1 year ago
Kconfig.mchp_mss drivers: spi: Add support for Polarfire SOC SPI 1 year ago
Kconfig.mchp_mss_qspi
Kconfig.mcux_dspi
Kconfig.mcux_ecspi drivers: spi: Support NXP i.MX ECSPI 1 year ago
Kconfig.mcux_flexcomm drivers: nxp: Add reset code to driver inits 1 year ago
Kconfig.mcux_flexio drivers: mcux: flexio: Added MCUX FlexIO SPI driver 1 year ago
Kconfig.mcux_lpspi soc: nxp: Select the MFD Kconfig when LPFlexcomm is enabled 1 year ago
Kconfig.npcx drivers: spi: npcx: add driver for the SPI peripheral 2 years ago
Kconfig.nrfx drivers: spi: nrf: Add new SPIS instances 1 year ago
Kconfig.numaker drivers: spi: support for Nuvoton numaker series 2 years ago
Kconfig.nxp_s32 drivers: select nocache only when supported 2 years ago
Kconfig.oc_simple
Kconfig.opentitan drivers: spi: Add OpenTitan SPI driver 2 years ago
Kconfig.pl022 drivers: spi: pl022: Add support DMA transfer 2 years ago
Kconfig.psoc6 soc: psoc6: update pinctrl for PSoC6 MCU (legacy) 1 year ago
Kconfig.pw drivers: spi: Add Intel SPI penwell driver 2 years ago
Kconfig.rpi_pico drivers: spi: spi_pico_pio: Add basic support for SPI via PIO 2 years ago
Kconfig.rv32m1_lpspi drivers: all: rv32m1: remove conditional support for pinctrl 2 years ago
Kconfig.sam drivers: spi: correct spelling 2 years ago
Kconfig.sam0
Kconfig.sedi drivers: spi: Add Intel SEDI driver 2 years ago
Kconfig.sifive
Kconfig.smartbond drivers: spi: smartbond: Add async API support 1 year ago
Kconfig.spi_emul
Kconfig.stm32 drivers: spi: fix unreliable SPI busy flag for some STM32 devices 1 year ago
Kconfig.test
Kconfig.xec_qmspi drivers: spi: Microchip XEC QMSPI-LDMA fix spi buffer usage 2 years ago
Kconfig.xlnx drivers: spi_xlnx_axi_quadspi: Reduce IRQ work 1 year ago
Kconfig.xmc4xxx drivers: spi: xmc4xxx: Add DMA support 2 years ago
mspi_ambiq.c drivers: spi: set 'spi_driver_api' as 'static const' 2 years ago
spi_ambiq.c drivers: spi: Add support for Apollo3 SoCs SPI 1 year ago
spi_ambiq_bleif.c drivers: spi: create Ambiq SPI BLEIF driver 1 year ago
spi_andes_atcspi200.c drivers/spi: Fix context release in case of error 1 year ago
spi_andes_atcspi200.h drivers: spi: Support dma mode for atcspi200 1 year ago
spi_b91.c drivers: spi: correct spelling 2 years ago
spi_bitbang.c drivers: spi_bitbang: Fix timing in SPI bitbang driver 1 year ago
spi_cc13xx_cc26xx.c drivers: spi: add spi_cs_is_gpio(_dt) helpers 2 years ago
spi_context.h drivers: stm32: SPI: cannot send several buffers if frame size is 16 bits 2 years ago
spi_dw.c drivers: spi_dw: Handle multiple interrupt lines for errors 1 year ago
spi_dw.h everywhere: replace `#if IS_ENABLED()` as per docs 1 year ago
spi_dw_regs.h drivers: spi_dw: Manage MMIO and 64 bit platforms 1 year ago
spi_emul.c bus: emul: Update i2c/spi emulators with mock transport 1 year ago
spi_esp32_spim.c drivers: spi: Add suport to ESP32C6 1 year ago
spi_esp32_spim.h drivers: spi: Add suport to ESP32C6 1 year ago
spi_gd32.c driver: spi: gd32: fix spi reg clear wrong flag 1 year ago
spi_gecko.c drivers: spi: gecko: propagate spi config error 1 year ago
spi_grlib_spimctrl.c drivers/spi: Add support for GRLIB SPIMCTRL 1 year ago
spi_handlers.c build: namespace the generated headers with `zephyr/` 1 year ago
spi_ifx_cat1.c drivers: spi: ifx_cat1: drop non-existing DT properties 1 year ago
spi_litespi.c drivers: spi: litex: add missing include 1 year ago
spi_litespi.h
spi_ll_stm32.c drivers: spi: stm32: minor fixes 1 year ago
spi_ll_stm32.h drivers: spi: stm32: add pm support 1 year ago
spi_max32.c drivers: spi: Add MAX32690 SPI driver 1 year ago
spi_mchp_mss.c drivers: spi: Add support for Polarfire SOC SPI 1 year ago
spi_mchp_mss_qspi.c
spi_mcux_dspi.c dma: Fix error_callback enable/disable confusion 1 year ago
spi_mcux_ecspi.c drivers: spi: spi_mcux_ecspi: Fix data size when using 16/32 bit transfers 6 months ago
spi_mcux_flexcomm.c drivers: spi: mcux_flexcomm: fix invalid dma config for last tx packets. 1 year ago
spi_mcux_flexio.c drivers: mcux: flexio: Added MCUX FlexIO SPI driver 1 year ago
spi_mcux_lpspi.c rtio: Remove builtin iodev mpsc queue 1 year ago
spi_npcx_spip.c drivers: spi: npcx: add driver for the SPI peripheral 2 years ago
spi_nrfx_common.c modules: hal_nordic: nrfx: update API version to 3.2.0 2 years ago
spi_nrfx_common.h modules: hal_nordic: nrfx: update API version to 3.2.0 2 years ago
spi_nrfx_spi.c drivers: spi: nrfx: Deactivate CS from thread context 2 years ago
spi_nrfx_spim.c drivers: spi: nrf: add support for spim12x instances 1 year ago
spi_nrfx_spis.c drivers: spi: nrf: Add new SPIS instances 1 year ago
spi_numaker.c drivers: spi: support for Nuvoton numaker m2l31x 1 year ago
spi_nxp_s32.c drivers: spi_nxp_s32: update StateIndex configuration 2 years ago
spi_nxp_s32.h spi: nxp_s32: use instance-based DT macros 2 years ago
spi_oc_simple.c drivers: spi: set 'spi_driver_api' as 'static const' 2 years ago
spi_oc_simple.h
spi_opentitan.c drivers: spi: correct spelling 2 years ago
spi_pl022.c everywhere: replace `#if IS_ENABLED()` as per docs 1 year ago
spi_psoc6.c driver: spi: psoc6: fix build error in driver 1 year ago
spi_pw.c drivers: spi: pw: Fix SPI Receive FIFO set 2 years ago
spi_pw.h drivers: spi: Add Intel SPI penwell driver 2 years ago
spi_rpi_pico_pio.c drivers: spi: Add support for half-duplex (3-wire) SPI 1 year ago
spi_rtio.c spi: Add RTIO support to SPI 2 years ago
spi_rv32m1_lpspi.c drivers: spi: rv32m1_lpspi: add missing include 1 year ago
spi_sam.c rtio: Remove builtin iodev mpsc queue 1 year ago
spi_sam0.c drivers: spi: sam0: fix DMA init for parts with MCLK peripheral 2 years ago
spi_sedi.c drivers: spi: Add Intel SEDI driver 2 years ago
spi_shell.c spi: shell: add missing newline character 1 year ago
spi_sifive.c drivers: spi: set 'spi_driver_api' as 'static const' 2 years ago
spi_sifive.h
spi_signal.c
spi_smartbond.c spi_smartbond: check that DMA controllers were provided 1 year ago
spi_test.c drivers: spi: spi_test: use the subsystem common init priority 2 years ago
spi_xec_qmspi.c
spi_xec_qmspi_ldma.c drivers: spi: correct spelling 2 years ago
spi_xlnx_axi_quadspi.c drivers/spi/spi_xlnx_axi_quadspi: Build fix w CONFIG_SPI_ASYNC 1 year ago
spi_xmc4xxx.c drivers: spi: xmc4xxx: Fix compiler warning with debug flags enabled 2 years ago