mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 13:45:22 +00:00
Enable by default the use of RAM buffers in the spi_nrfx_spim.c driver for copying TX data located in flash (as SPIM peripherals cannot transfer directly form flash). Without this patch, users can get confused, especially when SPI transaction is used by an upper level driver which does not check all error codes. For size of the buffer, use the value used so far in the reel_board default configuration and in the SPI loopback test, i.e. 8 bytes. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
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 | ||
Kconfig.xlnx | ||
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 | ||
spi_xlnx_axi_quadspi.c |