diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-11-05 13:09:49 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-11-05 13:09:49 +0000 |
commit | d4c1e82d8c81b2f2938acab8bf3c12cbea137350 (patch) | |
tree | 714af0918cab3d33568f1761e903773165838ed6 /src/target | |
parent | 5be71c25ea6a4916365b050982ba9a0886e8d251 (diff) | |
download | openocd+libswd-d4c1e82d8c81b2f2938acab8bf3c12cbea137350.tar.gz openocd+libswd-d4c1e82d8c81b2f2938acab8bf3c12cbea137350.tar.bz2 openocd+libswd-d4c1e82d8c81b2f2938acab8bf3c12cbea137350.tar.xz openocd+libswd-d4c1e82d8c81b2f2938acab8bf3c12cbea137350.zip |
926ejs target uses rclk. Cleaned up jtag_khz output a bit.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1138 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/wi-9c.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/target/wi-9c.cfg b/src/target/target/wi-9c.cfg index 58c8fabd..a966f54c 100644 --- a/src/target/target/wi-9c.cfg +++ b/src/target/target/wi-9c.cfg @@ -4,12 +4,17 @@ reset_config trst_and_srst +# What's a good fallback frequency for this board if RCLK is +# not available?? +jtag_rclk 1000 + #jtag_device <IR length> <IR capture> <IR mask> <IDCODE instruction> jtag_device 4 0x1 0xf 0xe jtag_nsrst_delay 200 jtag_ntrst_delay 0 + ###################### # Target configuration ###################### |