use jtag_rclk 500 to avoid proliferation of target scripts
git-svn-id: svn://svn.berlios.de/openocd/trunk@1574 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
850121f255
commit
01f25b5aeb
|
@ -1,3 +1,8 @@
|
||||||
|
# Use RCLK. If RCLK is not available fall back to 500kHz.
|
||||||
|
#
|
||||||
|
# Depending on cabling you might be able to eek this up to 2000kHz.
|
||||||
|
jtag_rclk 500
|
||||||
|
|
||||||
if { [info exists CHIPNAME] } {
|
if { [info exists CHIPNAME] } {
|
||||||
set _CHIPNAME $CHIPNAME
|
set _CHIPNAME $CHIPNAME
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
# 2MHz
|
|
||||||
jtag_khz 2000
|
|
||||||
script target/lpc2148.cfg
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
# RCLK
|
|
||||||
jtag_khz 0
|
|
||||||
script target/lpc2148.cfg
|
|
||||||
|
|
Loading…
Reference in New Issue