##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r15:c9290c6ca8bb default
r118:de85e8465e67 tip 1.0
Show More
LEON3_LOAD.py
12 lines | 391 B | text/x-python | PythonLexer
Jeandet Alexis
Sync
r15 #!/usr/bin/socexplorer -e
Jeandet Alexis
First init of SocExplorer Repository.
r0
proxy.loadSysDriver("AHBUARTplugin","AHBUART");
proxy.loadSysDriverToParent("dsu3plugin","AHBUART");
Jeandet Alexis
Sync
r15 proxy.loadSysDriverToParent("APB_UART_PLUGIN","AHBUART");
Jeandet Alexis
First init of SocExplorer Repository.
r0 AHBUART.open("/dev/ttyUSB0",30000000)
FILE=QtGui.QFileDialog.getOpenFileName()
if FILE!="":
dsu3plugin0.openFile(FILE)
dsu3plugin0.loadFile()
dsu3plugin0.run()
print "File loaded and running"