##// END OF EJS Templates
Added Simulator target to run code on x86 and debug functions....
Added Simulator target to run code on x86 and debug functions. Fixed some bugs on terminal widget.

File last commit:

r47:7126c4937e8d dev_alexis
r63:68dfbccdd813 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