##// 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
#!/usr/bin/socexplorer -e
proxy.loadSysDriver("AHBUARTplugin","AHBUART");
proxy.loadSysDriverToParent("dsu3plugin","AHBUART");
proxy.loadSysDriverToParent("APB_UART_PLUGIN","AHBUART");
AHBUART.open("/dev/ttyUSB0",30000000)
FILE=QtGui.QFileDialog.getOpenFileName()
if FILE!="":
dsu3plugin0.openFile(FILE)
dsu3plugin0.loadFile()
dsu3plugin0.run()
print "File loaded and running"