X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETCC.py;fp=client%2FGoodFETCC.py;h=3937c62b1a7c35e515e871d03cbc1c4c98e0b3c4;hp=bf7e491962a291f2a9af09c249e28760109d3c56;hb=363ca47c79cf3a39dca93a54fe48e0253c946c8b;hpb=3709dbdf856281a0d05fea126dbfd8e7e0c4043e diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index bf7e491..3937c62 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -212,13 +212,11 @@ class GoodFETCC(GoodFET): h=IntelHex(filename); for i in h._buf.keys(): self.CCpokedatabyte(i,h[i]); - #Execute it. self.CCdebuginstr([0x02, 0xf0, 0x00]); #ljmp 0xF000 self.resume(); while wait>0 and (0==self.CCstatus()&0x20): a=1; - #time.sleep(0.1); #print "Waiting for shell code to return."; return; def ishalted(self): @@ -929,7 +927,7 @@ class GoodFETCC(GoodFET): ident=self.CCident(); #Get SmartRF Studio regs if they exist. self.loadsymbols(); - print "Status: %s" % self.status(); + #print "Status: %s" % self.status(); def stop(self): """Stop debugging.""" self.writecmd(self.APP,0x21,0,self.data);