X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Finclude%2Fapps.h;h=19c5eea80405dc50af50cef57f3e85c610b84c5f;hb=1f2a8a4593c69edd03f774a2df080103814faeae;hp=ac0c471c81561a4651d9fc71a860fe11d485e554;hpb=e4f56689caefbdea7cb94b0d2fa0acbc31f5a5de;p=goodfet diff --git a/firmware/include/apps.h b/firmware/include/apps.h index ac0c471..19c5eea 100644 --- a/firmware/include/apps.h +++ b/firmware/include/apps.h @@ -12,7 +12,8 @@ #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 @@ -21,7 +22,8 @@ #define PIC 0x34 //Radio peripherals are in the 0x50 range. -#define NRF 0x50 +#define NRF 0x50 +#define CCSPI 0x51 //Keep 0x60 empty for now. @@ -30,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