X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=client%2FGoodFET.py;h=302e3071442ad4a010cdb9e4ac725a0a4b6914ad;hb=c61dddffb04278b411028971e6f2a03303646ed9;hp=3500c6260a401720dfccc73c2e456f3581cc5f9e;hpb=b070c8ec3025b80f20b6230259fba989931c1d6b;p=goodfet diff --git a/client/GoodFET.py b/client/GoodFET.py index 3500c62..302e307 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -282,18 +282,25 @@ class GoodFET: def erase(self): print "Erasure Unsupported."; def setup(self): + print "Unimplemented."; return; def start(self): + print "Unimplemented."; return; def test(self): + print "Unimplemented."; return; def status(self): + print "Unimplemented."; return; def halt(self): + print "Unimplemented."; return; def resume(self): + print "Unimplemented."; return; def getpc(self): + print "Unimplemented."; return 0xdead; def flash(self,file): """Flash an intel hex file to code memory."""