X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Fapps.h;h=154170a7633f6f7eb04ff5ed95412fc306c8b249;hb=31f45062572380f91438aa566fe6b83ca66c4951;hp=48ec492a8d9b6751b6e6b188382ea906d16b4a7b;hpb=c28cce5afcc1e1747f51e5afe15e338dae030376;p=goodfet diff --git a/firmware/include/apps.h b/firmware/include/apps.h index 48ec492..154170a 100644 --- a/firmware/include/apps.h +++ b/firmware/include/apps.h @@ -1,10 +1,21 @@ -//! Application stuff. +/*! \file apps.h + \author Travis Goodspeed + \brief Application definitions. +*/ #define MONITOR 0x00 #define SPI 0x01 #define I2CAPP 0x02 #define JTAG 0x10 #define JTAG430 0x11 +#define EJTAG 0x12 #define CHIPCON 0x30 #define SIF 0x31 +#define AVR 0x32 +#define OCT 0x70 +#define GLITCH 0x71 +#define PLUGIN 0x72 +#define SMARTCARD 0x73 + +#define DEBUGAPP 0xFF