[drivers/spi]统一软件SPI配置

This commit is contained in:
Rbb666
2025-02-09 15:48:49 +08:00
committed by Rbb666
parent 6e3c9acd39
commit d83d71cc05
15 changed files with 21 additions and 29 deletions
+1 -3
View File
@@ -7,10 +7,8 @@ src = ['dev_spi_core.c', 'dev_spi.c']
CPPPATH = [cwd, cwd + '/../include']
LOCAL_CFLAGS = ''
if GetDepend('RT_USING_SPI_BITOPS'):
src += ['dev_spi_bit_ops.c']
if GetDepend('RT_USING_SOFT_SPI'):
src += ['dev_spi_bit_ops.c']
src += ['dev_soft_spi.c']
if GetDepend('RT_USING_QSPI'):