You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
471 B

  1. #
  2. # Versaloon Link -- VSLLink
  3. #
  4. # http://www.simonqian.com/en/Versaloon
  5. #
  6. interface vsllink
  7. #vsllink_usb_vid 0x03EB
  8. #vsllink_usb_pid 0x2103
  9. #vsllink_usb_bulkin 0x02
  10. #vsllink_usb_bulkout 0x02
  11. #vsllink_usb_interface 0
  12. vsllink_usb_vid 0x0483
  13. vsllink_usb_pid 0x5740
  14. vsllink_usb_bulkin 0x02
  15. vsllink_usb_bulkout 0x03
  16. vsllink_usb_interface 1
  17. # vsllink mode, dma or normal
  18. # for low jtag_khz, use normal
  19. # for high jtag_khz, use dma
  20. #vsllink_mode dma
  21. vsllink_mode normal