X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Fapps.h;h=19c5eea80405dc50af50cef57f3e85c610b84c5f;hb=c3c1c0c873f693e6d57e8e2acf11d52aa6540ff3;hp=55e64995ebf8266c962ac236f374b66b3af27b01;hpb=93abf8b177c06d34457856d7a8b53720e5cb3414;p=goodfet diff --git a/firmware/include/apps.h b/firmware/include/apps.h index 55e6499..19c5eea 100644 --- a/firmware/include/apps.h +++ b/firmware/include/apps.h @@ -12,17 +12,18 @@ #define JTAG 0x10 #define JTAG430 0x11 #define EJTAG 0x12 -//#define JTAGARM7TDMI 0x13 //Uncomment this as soon as client patched. +#define JTAGARM7TDMI 0x13 +#define ADIv5 0x14 //Manufacturer-specific protocols go in 0x30 and 0x40. #define CHIPCON 0x30 #define SIF 0x31 #define AVR 0x32 -#define JTAGARM7TDMI 0x13 //Move this to 0x13 #define PIC 0x34 //Radio peripherals are in the 0x50 range. -#define NRF 0x50 +#define NRF 0x50 +#define CCSPI 0x51 //Keep 0x60 empty for now. @@ -31,6 +32,7 @@ #define GLITCH 0x71 #define PLUGIN 0x72 #define SMARTCARD 0x73 +#define ADC10 0x74 #define RESET 0x80 // not a real app -- causes firmware to reset