- fixed bug in .cfg files. Thanks to Michael Fischer for noticing this.

git-svn-id: svn://svn.berlios.de/openocd/trunk@86 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
drath 2006-08-14 15:45:11 +00:00
parent 91f58cccbc
commit 9a830747b2
2 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@ gdb_port 3333
#interface #interface
interface ft2232 interface ft2232
ft2232 "Amontec JTAGkey A" ft2232_device_desc "Amontec JTAGkey A"
ft2232 jtagkey ft2232_layout jtagkey
ft2232 0x0403 0xcff8 ft2232_vid_pid 0x0403 0xcff8
jtag_speed 0 jtag_speed 0
#use combined on interfaces or targets that can't set TRST/SRST separately #use combined on interfaces or targets that can't set TRST/SRST separately
reset_config trst_and_srst srst_pulls_trst reset_config trst_and_srst srst_pulls_trst

View File

@ -4,9 +4,9 @@ gdb_port 3333
#interface #interface
interface ft2232 interface ft2232
ft2232 "Amontec JTAGkey A" ft2232_device_desc "Amontec JTAGkey A"
ft2232 "jtagkey" ft2232_layout "jtagkey"
ft2232 0x0403 0xcff8 ft2232_vid_pid 0x0403 0xcff8
jtag_speed 1 jtag_speed 1
#use combined on interfaces or targets that can't set TRST/SRST separately #use combined on interfaces or targets that can't set TRST/SRST separately
reset_config trst_and_srst reset_config trst_and_srst