one-line change to make all GPIOs usable on the 80-pin 261x packages
[goodfet] / firmware / include / apps.h
index b3989c6..7c7d11a 100644 (file)
@@ -8,10 +8,19 @@
 #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