##// END OF EJS Templates
New version totaly integrated to Qt through custom sdk build!...
New version totaly integrated to Qt through custom sdk build! /!\ not cleaned yet!

File last commit:

r47:7126c4937e8d dev_alexis
r47:7126c4937e8d dev_alexis
Show More
M4StickV2.pro
35 lines | 441 B | text/idl | PrologLexer
TEMPLATE = lib
TARGET=bsp
OBJECTS_DIR = obj
BSP=M4StickV2
UCMODEL=stm32f4
SOURCES += bsp.c
HEADERS += bsp.h
BSPFILE = bsp.pri
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