mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 16:25:22 +00:00
This patches fixes a few bugs with the SAM0 driver: - txrx was trasnmitting too many bytes - adds support for NULL buffers to the fast paths - fixes a NULL dereference on the rx buffer slow path The tests under tests/driver/spi/spi_loopback now pass. Signed-off-by: Michael Hope <mlhx@google.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.dw | ||
Kconfig.mcux_dspi | ||
Kconfig.nrf5_legacy | ||
Kconfig.sam0 | ||
spi_context.h | ||
spi_dw_legacy.c | ||
spi_dw_quark_se_ss_regs.h | ||
spi_dw_regs.h | ||
spi_dw.c | ||
spi_dw.h | ||
spi_handlers.c | ||
spi_intel.c | ||
spi_intel.h | ||
spi_ll_stm32.c | ||
spi_ll_stm32.h | ||
spi_mcux_dspi.c | ||
spi_qmsi_ss.c | ||
spi_qmsi.c | ||
spi_sam0.c | ||
spim_nrf52_legacy.c | ||
spis_nrf5_legacy.c |