X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETConsole.py;h=5f1a43607933fbffc37a6e58a04ae872519a652e;hp=fa4003135a80742d8df3c8ad3f5c24d54311db8f;hb=b00db3fd8204756a9fa7e2a474ef0dd31e6af9f2;hpb=08977d594b3508577ba8709fa2b50151b2cdd7f5 diff --git a/client/GoodFETConsole.py b/client/GoodFETConsole.py index fa40031..5f1a436 100644 --- a/client/GoodFETConsole.py +++ b/client/GoodFETConsole.py @@ -11,6 +11,23 @@ import binascii; from GoodFET import GoodFET; from intelhex import IntelHex; + +#grep CMD GoodFETConsole.py | grep def | sed s/\(sel.\*// | sed 's/def CMD//' +commands=""" + info + lock + erase + test + status + halt + resume + peek + flash + dump + where + chip +""" + class GoodFETConsole(): """An interactive goodfet driver."""