ejtag: added missing instructions.
added missing instructions from latest available ejtag specification (MD00047 v6.1 at time of writting) for trace control, fast data channel and pcsample. Change-Id: I30293951611265ffc2bd896f9d3ca6b310e5cac6 Signed-off-by: Jiri Kastner <cz172638@gmail.com> Reviewed-on: http://openocd.zylin.com/3950 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>compliance_dev
parent
e0010c3e6f
commit
e9493cc20a
|
@ -36,6 +36,11 @@
|
|||
#define EJTAG_INST_TCBCONTROLA 0x10
|
||||
#define EJTAG_INST_TCBCONTROLB 0x11
|
||||
#define EJTAG_INST_TCBDATA 0x12
|
||||
#define EJTAG_INST_TCBCONTROLC 0x13
|
||||
#define EJTAG_INST_PCSAMPLE 0x14
|
||||
#define EJTAG_INST_TCBCONTROLD 0x15
|
||||
#define EJTAG_INST_TCBCONTROLE 0x16
|
||||
#define EJTAG_INST_FDC 0x17
|
||||
#define EJTAG_INST_BYPASS 0xFF
|
||||
|
||||
/* microchip PIC32MX specific instructions */
|
||||
|
|
Loading…
Reference in New Issue