##// END OF EJS Templates
UCMODEl is now a qmake parameter.
UCMODEl is now a qmake parameter.

File last commit:

r74:0f2d8fe5497f dev_alexis
r74:0f2d8fe5497f dev_alexis
Show More
STM32-E407.pro
26 lines | 321 B | text/idl | PrologLexer
TEMPLATE = lib
TARGET=bsp
CONFIG += bsp
BSP = STM32-E407
UCMODEL=stm32f4
SOURCES += bsp.c \
bsp_spi.c \
bsp_sdcard.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