X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Fapps.h;h=7c7d11a169aae5ee2d3fe00739d19afdc18ba987;hb=5cbc5625c78ae7333ffcdfeac0fe3bfbfdc95311;hp=7c5e3b97c03fdd154126c4c28fefabf6a5cbb99f;hpb=6ee7ff03148c7af2a50695337910e7fd6906d476;p=goodfet diff --git a/firmware/include/apps.h b/firmware/include/apps.h index 7c5e3b9..7c7d11a 100644 --- a/firmware/include/apps.h +++ b/firmware/include/apps.h @@ -1,12 +1,26 @@ -//! 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 JTAGARM7TDMI 0x33 + +#define PIC 0x34 #define OCT 0x70 +#define GLITCH 0x71 +#define PLUGIN 0x72 +#define SMARTCARD 0x73 + +#define RESET 0x80 // not a real app -- causes firmware to reset +#define DEBUGAPP 0xFF