##// 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
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