Major glitching revisions.
[goodfet] / firmware / include / apps.h
1 /*! \file apps.h
2   \author Travis Goodspeed
3   \brief Application definitions.
4 */
5
6 #define MONITOR 0x00
7 #define SPI 0x01
8 #define I2CAPP 0x02
9 #define JTAG 0x10
10 #define JTAG430 0x11
11 #define EJTAG 0x12
12 #define CHIPCON 0x30
13 #define SIF 0x31
14 #define AVR 0x32
15
16 #define OCT 0x70
17 #define GLITCH 0x71
18 #define PLUGIN 0x72
19
20 #define DEBUGAPP 0xFF