X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFET.py;h=077ee75b0fa4e00f5ad881e62042a45d2b2ffbdc;hp=bb6741a4e13833a8a80518da28cfbbac4ab70f68;hb=8f024cc02ed60aaca66ecca2de8d56ca1dfd2c9e;hpb=83a29da6187d81430105b48abee72b7a59084369 diff --git a/client/GoodFET.py b/client/GoodFET.py index bb6741a..077ee75 100755 --- a/client/GoodFET.py +++ b/client/GoodFET.py @@ -289,6 +289,10 @@ class GoodFET: return; def status(self): return; + def halt(self): + return; + def resume(self): + return; def flash(self,file): """Flash an intel hex file to code memory.""" print "Flash not implemented.";