WEAKDEFed ejtaghandle.
[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 #define JTAGARM7TDMI 0x33
16
17 #define PIC 0x34
18
19 #define OCT 0x70
20 #define GLITCH 0x71
21 #define PLUGIN 0x72
22 #define SMARTCARD 0x73
23
24 #define RESET 0x80      // not a real app -- causes firmware to reset
25
26 #define DEBUGAPP 0xFF