##// END OF EJS Templates
dsu3plugin now support SRCTRLE_0WS and SRCTRLE_1WS....
dsu3plugin now support SRCTRLE_0WS and SRCTRLE_1WS. Improved AHBUART gui. Fixed error on APB_UART.

File last commit:

r44:0935da2bcc7f default
r49:a5ab5a38b3a9 default
Show More
dsu3plugin.pro
75 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
#CONFIG(debug, debug|release) {
# DEBUG_EXT = _d
#} else {
# DEBUG_EXT =
#}
QMAKE_LFLAGS_RELEASE += --enable-auto-import -mstackrealign
QMAKE_LFLAGS_DEBUG += --enable-auto-import -mstackrealign
TARGET = dsu3plugin #$${DEBUG_EXT}
DEFINES += PLUGIN=dsu3plugin
DEFINES += PLUGINHEADER="\"\\\"dsu3plugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"dsu3plugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\"
DEFINES += driver_Description="\"\\\"DSU driver, works with GAISLER's DSU3 unit."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=0x00
DEFINES += driver_PID=0x00
INCLUDEPATH += \
$${PWD}
HEADERS += \
dsu3plugin.h \
dsu3pluginui.h \
dsu3pluginpywrapper.h
SOURCES += \
dsu3plugin.cpp \
dsu3pluginui.cpp \
dsu3pluginpywrapper.cpp