X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fmips_ejtag.h;h=5c1f24597dc1534c7f82963db31a47e1039eb029;hb=257a764582f52235414b5c35717b0ee2b49d4b0d;hp=2f62f2bebbed9bdbc8010155db105ae6887944c3;hpb=f10ed95a5ce6be416bcb2ec20826c6e508e4b622;p=fw%2Fopenocd diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h index 2f62f2beb..5c1f24597 100644 --- a/src/target/mips_ejtag.h +++ b/src/target/mips_ejtag.h @@ -40,6 +40,10 @@ #define EJTAG_INST_TCBDATA 0x12 #define EJTAG_INST_BYPASS 0xFF +/* microchip PIC32MX specific instructions */ +#define MTAP_SW_MTAP 0x04 +#define MTAP_SW_ETAP 0x05 + /* ejtag control register bits ECR */ #define EJTAG_CTRL_TOF (1 << 1) #define EJTAG_CTRL_TIF (1 << 2)