X-Git-Url: http://git.rot13.org//?a=blobdiff_plain;f=firmware%2Fapps%2Fjtag%2Fjtag.c;h=cf9199d90fbca16c6ced460f7cb9fd2aa352fa59;hb=ce0bba3cfbf4844bdce1f6984af24d1f78c347f1;hp=14e87617edd1a48e57b32c658b9b345ff6870a79;hpb=d39e9b08dc3f689a6b6a53f73c0943385e053542;p=goodfet diff --git a/firmware/apps/jtag/jtag.c b/firmware/apps/jtag/jtag.c index 14e8761..cf9199d 100644 --- a/firmware/apps/jtag/jtag.c +++ b/firmware/apps/jtag/jtag.c @@ -1,7 +1,12 @@ -//GoodFET JTAG Application -//Handles basic I/O +/*! \file jtag.c + \author Travis Goodspeed + + This is an implementation of the low-level JTAG functions + for the GoodFET project at http://goodfet.sf.net/ + + See the license file for details of proper use. +*/ -//Higher level left to client application. #include "platform.h" #include "command.h"