buspirate.cfg 578 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Buspirate with OpenOCD support
  4. #
  5. # http://dangerousprototypes.com/bus-pirate-manual/
  6. #
  7. adapter driver buspirate
  8. # you need to specify port on which BP lives
  9. #buspirate port /dev/ttyUSB0
  10. # communication speed setting
  11. buspirate speed normal ;# or fast
  12. # voltage regulator Enabled = 1 Disabled = 0
  13. #buspirate vreg 0
  14. # pin mode normal or open-drain (jtag only)
  15. #buspirate mode normal
  16. # pullup state Enabled = 1 Disabled = 0
  17. #buspirate pullup 0
  18. # this depends on the cable, you are safe with this option
  19. reset_config srst_only