X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fapps%2Fchipcon%2Fchipcon.c;h=3aebe1e4aed9a6c30f1de4bc63e088d78affea61;hp=d4e81775defc775e09e9186bedad105bd2f07eaa;hb=6fd9d83bf8e87be5220afc68963bdf2b000b6e3b;hpb=141a94a910a7483348485dc9483139df3b2dea69;ds=sidebyside diff --git a/firmware/apps/chipcon/chipcon.c b/firmware/apps/chipcon/chipcon.c index d4e8177..3aebe1e 100644 --- a/firmware/apps/chipcon/chipcon.c +++ b/firmware/apps/chipcon/chipcon.c @@ -1,7 +1,7 @@ //GoodFET ChipCon Debugging Application -//Handles basic I/O for the Chipcon 8051 debugging protocol. +//by Travis Goodspeed +// -//Higher level left to client application. //This is like SPI, except that you read or write, not both. @@ -10,8 +10,6 @@ only writes. */ -//This is REALLY untested. - #include "platform.h" #include "command.h" #include "chipcon.h"