zephyr/tests/drivers/spi
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
..
dt_spec tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
spi_controller_peripheral tests: drivers: spi: nordic: add device PM runtime 2024-12-16 18:26:39 +01:00
spi_error_cases samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
spi_loopback drivers: dma: rpi_pico: Refactor DMA files for Raspberry Pi SoCs 2024-12-23 23:57:57 +01:00