##// END OF EJS Templates
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port instead of the desired bit).

File last commit:

r47:7126c4937e8d dev_alexis
r60:17402611bd25 dev_alexis
Show More
M4StickV2.pro
35 lines | 441 B | text/idl | PrologLexer
Cleaned SRC tree
r44 TEMPLATE = lib
New version totaly integrated to Qt through custom sdk build!...
r47
TARGET=bsp
OBJECTS_DIR = obj
Cleaned SRC tree
r44
BSP=M4StickV2
New version totaly integrated to Qt through custom sdk build!...
r47
UCMODEL=stm32f4
SOURCES += bsp.c
HEADERS += bsp.h
BSPFILE = bsp.pri
Cleaned SRC tree
r44
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