riscv-openocd/src
Jean-Christophe PLAGNIOL-VILLARD 2ed3f55547 jlink: add new PID and VID
The default pid of the segger is 0x0101
But when you change the USB Address it will also

pid = ( usb_address > 0x4) ? 0x0101 : (0x101 + usb_address)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2011-03-02 19:03:25 +01:00
..
flash fix compile error under MinGW 2011-02-18 13:54:22 +01:00
helper log: debug level is between silent and debug output levels 2011-02-25 16:36:42 +01:00
jtag jlink: add new PID and VID 2011-03-02 19:03:25 +01:00
pld warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
server warnings: use more 'const' for char * 2010-12-29 22:07:39 +01:00
svf svf: add nil option that just runs through the svf file 2011-02-28 08:54:48 +01:00
target cortex_a8: remove dap_ap_sel calls 2011-02-23 08:14:41 +01:00
xsvf nit: do not add \n at end of LOG_ERROR 2011-01-05 21:46:12 +01:00
Makefile.am build: add autobuild jimtcl to configure scripts 2010-11-18 14:05:57 +00:00
ecosboard.c jim tests: use installed 2010-10-29 15:10:51 +02:00
hello.c HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
hello.h HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
main.c logging: turn of stdout/stderr buffering 2010-09-20 20:45:48 +02:00
openocd.c Compilation Warnings on OS X 10.5 2010-12-29 22:16:28 +01:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00