Firmware/build: Be more OpenOCD 0.4.0 friendly

This commit is contained in:
Maximilian Rehkopf 2011-08-17 00:10:40 +02:00
parent 1eaa0b9c5e
commit 40a2ae00fb
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,9 @@ if { [info exists CPUTAPID ] } {
}
#delays on reset lines
adapter_nsrst_delay 200
#if your OpenOCD version rejects "jtag_nsrst_delay" replace it with:
#adapter_nsrst_delay 200
jtag_nsrst_delay 200
jtag_ntrst_delay 200
# LPC2000 & LPC1700 -> SRST causes TRST

View File

@ -9,4 +9,4 @@ ft2232_vid_pid 0x0403 0x6010
ft2232_device_desc "Dual RS232"
ft2232_layout "oocdlink"
ft2232_latency 2
adapter_khz 10
#adapter_khz 10