Skip to content

Commit 080ac93

Browse files
committed
[bsp][drivers][soft_spi] unify the software SPI driver
1 parent f42337b commit 080ac93

41 files changed

Lines changed: 1045 additions & 1840 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bsp/nxp/lpc/lpc55sxx/libraries/drivers/SConscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ if GetDepend('BSP_USING_I2S'):
4343
if GetDepend('BSP_USING_WM8904'):
4444
src += ['drv_sound_wm8904.c']
4545

46-
if GetDepend('BSP_USING_SOFT_SPI'):
47-
src += ['drv_soft_spi.c']
48-
4946
if GetDepend('BSP_USING_LCD'):
5047
src += ['drv_st7796.c']
5148
src += ['sample/lcd_sample.c']

bsp/nxp/lpc/lpc55sxx/libraries/drivers/drv_soft_spi.c

Lines changed: 0 additions & 230 deletions
This file was deleted.

bsp/nxp/lpc/lpc55sxx/libraries/drivers/drv_soft_spi.h

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)