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.
 
 
 
 
 
 

27 lines
516 B

  1. #
  2. # Buspirate with OpenOCD support
  3. #
  4. # http://dangerousprototypes.com/bus-pirate-manual/
  5. #
  6. interface buspirate
  7. # you need to specify port on which BP lives
  8. #buspirate_port /dev/ttyUSB0
  9. # communication speed setting
  10. buspirate_speed normal # or fast
  11. # voltage regulator Enabled = 1 Disabled = 0
  12. #buspirate_vreg 0
  13. # pin mode normal or open-drain
  14. #buspirate_mode normal
  15. # pullup state Enabled = 1 Disabled = 0
  16. #buspirate_pullup 0
  17. # this depends on the cable, you are safe with this option
  18. reset_config srst_only