##// END OF EJS Templates
python wrapper added to the API...
python wrapper added to the API void StarDundeeSendOneTimecode( unsigned char timecode );

File last commit:

r44:0935da2bcc7f default
r46:54b149031754 default
Show More
APBUARTPLUGIN.pro
75 lines | 1.2 KiB | text/idl | PrologLexer
First init /!\ outdated spwplugin!
r0 #
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
Removed APBUartPlugin bug (when switching between debug and non debug link)....
r34
First init /!\ outdated spwplugin!
r0 win32:CONFIG += dll
win32:CONFIG -= static
Added cache enable/disable on dsu3plugin....
r44 #CONFIG(debug, debug|release) {
# DEBUG_EXT = _d
#} else {
# DEBUG_EXT =
#}
First init /!\ outdated spwplugin!
r0
Added cache enable/disable on dsu3plugin....
r44 TARGET = ApbUartPlugin #$${DEBUG_EXT}
First init /!\ outdated spwplugin!
r0
DEFINES += PLUGIN=ApbUartPlugin
DEFINES += PLUGINHEADER="\"\\\"APBUARTPLUGIN.h"\\\"\"
Added stop function to dsu3plugin...
r14 DEFINES += driver_Name="\"\\\"APB_UART_PLUGIN"\\\"\"
First init /!\ outdated spwplugin!
r0 DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@member.fsf.org"\\\"\"
DEFINES += driver_Version="\"\\\"0.0.1"\\\"\"
DEFINES += driver_Description="\"\\\"This plugin provides a terminal widget connected to Gaisler\'s APBUART with or without loop-back mode."\\\"\"
DEFINES += driver_can_be_root=0
DEFINES += driver_can_be_child=1
DEFINES += driver_VID=1
DEFINES += driver_PID=0x0c
INCLUDEPATH += \
$${PWD}
HEADERS += \
APBUARTPLUGIN.h \
Added ui file for APB_UART_PLUGIN.
r26 apbuartterminal.h \
Jeandet Alexis
Removed lppserial from ahbuart now uses the one provided by socexplorercommon.
r27 apbuart_plugin_ui.h \
Removed APBUartPlugin bug (when switching between debug and non debug link)....
r34 uartpollingthread.h \
apbuartpywrapper.h
First init /!\ outdated spwplugin!
r0
SOURCES += \
APBUARTPLUGIN.cpp \
Added ui file for APB_UART_PLUGIN.
r26 apbuartterminal.cpp \
Jeandet Alexis
Removed lppserial from ahbuart now uses the one provided by socexplorercommon.
r27 apbuart_plugin_ui.cpp \
Removed APBUartPlugin bug (when switching between debug and non debug link)....
r34 uartpollingthread.cpp \
apbuartpywrapper.cpp
Added ui file for APB_UART_PLUGIN.
r26
FORMS += \
apbuart_plugin_ui.ui
First init /!\ outdated spwplugin!
r0