Firmware/build: Be more OpenOCD 0.4.0 friendly
This commit is contained in:
parent
1eaa0b9c5e
commit
40a2ae00fb
@ -26,7 +26,9 @@ if { [info exists CPUTAPID ] } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#delays on reset lines
|
#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
|
jtag_ntrst_delay 200
|
||||||
|
|
||||||
# LPC2000 & LPC1700 -> SRST causes TRST
|
# LPC2000 & LPC1700 -> SRST causes TRST
|
||||||
|
|||||||
@ -9,4 +9,4 @@ ft2232_vid_pid 0x0403 0x6010
|
|||||||
ft2232_device_desc "Dual RS232"
|
ft2232_device_desc "Dual RS232"
|
||||||
ft2232_layout "oocdlink"
|
ft2232_layout "oocdlink"
|
||||||
ft2232_latency 2
|
ft2232_latency 2
|
||||||
adapter_khz 10
|
#adapter_khz 10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user