TEMPLATE = lib TARGET=bsp CONFIG += bsp gui audio fs BSP = OPLAYER UCMODEL=stm32f4 SOURCES += bsp.c \ bsp_spi.c \ bsp_lcd.c \ bsp_sdcard.c \ bsp_audio.c HEADERS += bsp.h \ ../../common/bsp_spi.h \ ../../common/bsp_i2c.h \ ../../common/bsp_gpio.h INCLUDEPATH += ../../common/ LIBS+= -lgpio -luart -li2c -lspi BSPFILE = bsp.pri