- vsllink update from SimonQian [simonqian@SimonQian.com]
git-svn-id: svn://svn.berlios.de/openocd/trunk@1491 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
605c791cb2
commit
e5afb14241
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# Versaloon Link -- VSLLink
|
||||
#
|
||||
# http://www.simonqian.com/en/Versaloon
|
||||
#
|
||||
|
||||
interface vsllink
|
||||
|
||||
#vsllink_usb_vid 0x03EB
|
||||
#vsllink_usb_pid 0x2103
|
||||
#vsllink_usb_bulkin 0x02
|
||||
#vsllink_usb_bulkout 0x02
|
||||
#vsllink_usb_interface 0
|
||||
|
||||
vsllink_usb_vid 0x0483
|
||||
vsllink_usb_pid 0x5740
|
||||
vsllink_usb_bulkin 0x02
|
||||
vsllink_usb_bulkout 0x03
|
||||
vsllink_usb_interface 1
|
||||
|
||||
# vsllink mode, dma or normal
|
||||
# for low jtag_khz, use normal
|
||||
# for high jtag_khz, use dma
|
||||
#vsllink_mode dma
|
||||
vsllink_mode normal
|
Loading…
Reference in New Issue