[BSP]Add nrf5x SPI BSP

This commit is contained in:
ShermanShao11
2020-05-25 19:42:33 +08:00
parent fc44e8f0ae
commit a17867878d
5 changed files with 442 additions and 7 deletions
+3
View File
@@ -17,6 +17,9 @@ if GetDepend(['BSP_USING_ON_CHIP_FLASH']):
if GetDepend(['BSP_USING_QSPI_FLASH']):
src += ['drv_qspi_flash.c']
if GetDepend(['BSP_USING_SPI']):
src += ['drv_spi.c']
path = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path)