##// END OF EJS Templates
Removed APBUartPlugin bug (when switching between debug and non debug link)....
Removed APBUartPlugin bug (when switching between debug and non debug link). Added APBUart Python wrapper.

File last commit:

r27:8bc9664f2835 default
r34:ccd56e93ef09 default
Show More
ahbuartplugin.pro
70 lines | 1.1 KiB | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
TEMPLATE = lib
CONFIG += dll
CONFIG -= static
CONFIG(debug, debug|release) {
DEBUG_EXT = _d
} else {
DEBUG_EXT =
}
TARGET = ahbuartplugin$${DEBUG_EXT}
DEFINES += PLUGIN=ahbuartplugin
DEFINES += PLUGINHEADER="\"\\\"ahbuartplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"AHBUARTplugin"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
DEFINES += driver_Version="\"\\\"1.3.2"\\\"\"
DEFINES += driver_Description="\"\\\"Gaisler's AHBUART driver, gives master access to AHB bus."\\\"\"
DEFINES += driver_can_be_root=1
DEFINES += driver_can_be_child=0
DEFINES += driver_VID=0
DEFINES += driver_PID=0
INCLUDEPATH += \
$${PWD}
HEADERS += \
ahbuartplugin.h \
ahbuartpluginui.h \
ahbuartpywrapper.h \
ahbuartpywrapper.h
SOURCES += \
ahbuartplugin.cpp \
ahbuartpluginui.cpp \
ahbuartpywrapper.cpp
FORMS += \
ahbuartpluginui.ui