X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fgoodfet.cc;h=b2e76bdc6f45060ba9fc11e87e3c4cad9f4f7719;hp=7ce85a155c825b26b2963e5eac49ef6dc773e0f6;hb=21a45c7938c021cfaee254dedb5c16ea37806f6e;hpb=4f3c7e48ba54b8ecd32df1668c21e986d8866307 diff --git a/client/goodfet.cc b/client/goodfet.cc index 7ce85a1..b2e76bd 100755 --- a/client/goodfet.cc +++ b/client/goodfet.cc @@ -8,8 +8,9 @@ import sys; import binascii; -from GoodFET.GoodFETCC import GoodFETCC; - +from GoodFETCC import GoodFETCC; +from GoodFETConsole import GoodFETConsole; +from intelhex import IntelHex; if(len(sys.argv)==1): print "Usage: %s verb [objects]\n" % sys.argv[0]; @@ -38,6 +39,8 @@ client.serInit() client.setup(); client.start(); +#Get SmartRF Studio regs if they exist. +#client.loadsymbols(); if(sys.argv[1]=="explore"): print "Exploring undefined commands."