Files
rt-thread/bsp/k230/drivers/interdrv
Chuan ae2a5758bc bsp: k230: add spi driver
Requirement: The BSP for the k230 platform in the RT-Thread repository does not yet have an spi driver.

Solution: Provide spi driver for the k230 platform in the RT-Thread repository.

- Supports SPI0(OSPI) controller with 1/2/4/8 data lines.
- Supports SPI1(QSPI0) and SPI2(QSPI1) controllers with 1/2/4 data lines.
- Implements DMA-based transfers for OSPI, QSPI, and DSPI modes.
- Falls back to standard IRQ-driven transfers for legacy SPI mode (single line).
- Updates documentation in bsp/README.md

Signed-off-by: ChuanN-sudo <fjchuanil@gmail.com>
2025-11-16 11:37:32 +08:00
..
2025-06-10 19:23:09 +08:00
2025-05-15 09:46:55 +08:00
2025-10-29 13:33:11 +08:00
2025-06-08 12:40:33 +08:00
2025-07-29 15:48:08 +08:00
2025-09-22 22:30:20 +08:00
2025-11-16 11:37:32 +08:00
2025-05-15 20:45:09 +08:00
2025-05-28 13:49:49 +08:00
2024-09-25 22:34:04 -04:00