4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-13 01:29:09 +08:00

[bsp][nxp] 增加drv_spi_sample_rw007驱动

This commit is contained in:
Abner 2024-04-12 17:38:37 +08:00 committed by Meco Man
parent b4ba71e4ec
commit 2685b0465e

View File

@ -12,6 +12,9 @@ MCUX_Config/board/pin_mux.c
if GetDepend(['BSP_USING_SPI6_SAMPLE']):
src += Glob('ports/spi_sample.c')
if GetDepend(['BSP_USING_RW007']):
src += Glob('ports/drv_spi_sample_rw007.c')
CPPPATH = [cwd, cwd + '/MCUX_Config/board']
CPPDEFINES = ['DEBUG', 'CPU_MCXN947VDF_cm33_core0']