tigard.cfg 506 B

12345678910111213141516171819
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # Tigard: An FTDI FT2232H-based multi-protocol tool for hardware hacking.
  4. # https://github.com/tigard-tools/tigard
  5. adapter driver ftdi
  6. ftdi device_desc "Tigard V1.1"
  7. ftdi vid_pid 0x0403 0x6010
  8. ftdi channel 1
  9. ftdi layout_init 0x0038 0x003b
  10. ftdi layout_signal nTRST -data 0x0010
  11. ftdi layout_signal nSRST -data 0x0020
  12. # This board doesn't support open-drain reset modes since its output buffer is
  13. # always enabled.
  14. reset_config srst_push_pull trst_push_pull