##// 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
M4StickV2.pro
35 lines | 469 B | text/idl | PrologLexer
TEMPLATE = lib
TARGET=bsp
CONFIG += bsp
BSP=M4StickV2
UCMODEL=stm32f4
SOURCES += bsp.c
HEADERS += bsp.h
BSPFILE = bsp.pri
LIBS+= -lgpio -luart -li2c -lspi
INCLUDEPATH += $${PWD}
SOURCES += bsp.c
contains(CONFIG , USB){
SOURCES += usbd_usr.c \
usbd_desc.c \
usbd_cdc_vcp.c \
usb_bsp.c
}
HEADERS += $$libuc2/bsp/includes/$$BSP/bsp.h \
usbd_desc.h \
usbd_conf.h \
usbd_cdc_vcp.h \
usb_conf.h