X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fapps.h;h=ddb8a0be44716faf9f4ecabb3389e26493fe6d64;hp=691e0d08d93827e52820668b342a2a28b9167a03;hb=d7ad826230d336ad7b7bd20e47dccc26d7ad456f;hpb=ef8b3dcd43ed26a82df672e64396bf8c024bb09c diff --git a/firmware/include/apps.h b/firmware/include/apps.h index 691e0d0..ddb8a0b 100644 --- a/firmware/include/apps.h +++ b/firmware/include/apps.h @@ -1,4 +1,7 @@ -//! Application stuff. +/*! \file apps.h + \author Travis Goodspeed + \brief Application definitions. +*/ #define MONITOR 0x00 #define SPI 0x01 @@ -7,7 +10,9 @@ #define JTAG430 0x11 #define CHIPCON 0x30 #define SIF 0x31 +#define AVR 0x32 #define OCT 0x70 +#define GLITCH 0x71 #define DEBUGAPP 0xFF