zephyr/tests/drivers/spi/spi_loopback
Andrew Featherstone b6b38e6808 drivers: dma: rpi_pico: Refactor DMA files for Raspberry Pi SoCs
Avoid referring to Pico 2 (the name of a board). In this context,
RPI_PICO is used to refer to the (Zephyr) `SOC_FAMILY` rather than the
Pico 1 board. This clarifies common numerical values between the RP2040
and RP2350 SoC series, and enables existing DTS files to be used with
RP2350-based boards with fewer changes.

Remove the use of Zehpyr's `CONFIG_` macros from the device tree files,
and replace them with `SOC_SERIES`-specific files. Update the driver
implementation to conditionally include the correct file. Update
documentation and samples to match.

Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
2024-12-23 23:57:57 +01:00
..
boards drivers: dma: rpi_pico: Refactor DMA files for Raspberry Pi SoCs 2024-12-23 23:57:57 +01:00
dts/bindings
socs tests: drivers: spi: esp32c6: Fix overlay configuration for loopback 2024-11-08 11:36:21 -06:00
src tests: drivers: spi: loopback: Configurable large buffer 2024-10-24 09:29:39 +02:00
sysbuild/vpr_launcher tests: drivers: spi: loopback: Add nrf54h20dk cpuppr 2024-10-24 09:29:39 +02:00
CMakeLists.txt
Kconfig tests: drivers: spi: loopback: Configurable large buffer 2024-10-24 09:29:39 +02:00
overlay-gd32-spi-dma.conf
overlay-gd32-spi-interrupt.conf
overlay-max32-spi-dma.conf tests: drivers: spi: spi_loopback: Enable DMA tests for MAX32 boards 2024-09-10 14:39:51 +01:00
overlay-max32-spi-rtio.conf tests: drivers: spi: spi_loopback: Support RTIO tests for APARD32690 2024-10-22 20:42:20 +02:00
overlay-mcux-dspi-dma.conf tests: drivers: spi: loopback: Configurable large buffer 2024-10-24 09:29:39 +02:00
overlay-mcux-dspi-dma.overlay
overlay-mcux-flexio-spi.overlay
overlay-sam-spi-dma.conf
overlay-sam-spi-dma.overlay
overlay-stm32-spi-16bits-dma-dt-nocache-mem.conf
overlay-stm32-spi-16bits-dma.conf
overlay-stm32-spi-16bits.conf
overlay-stm32-spi-16bits.overlay
overlay-stm32-spi-dma-dt-nocache-mem.conf
overlay-stm32-spi-dma.conf
overlay-stm32-spi-interrupt.conf
prj.conf tests: spi: loopback: Set ZTest thread priority to positive 2024-09-05 11:44:32 -05:00
testcase.yaml tests: drivers: spi: nordic: add device PM runtime 2024-12-16 18:26:39 +01:00