X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fethernut3.cfg;h=ad455273378346b1abc1ef3c3eb7a12837de0057;hb=101124c69af0cf1546e7f0aa2606e36c3c8743eb;hp=f22e688739c8608d775c3cda871a9d4f24634f6b;hpb=18969466c91e75102f76be60d00a11cb93ed329d;p=openocd.git diff --git a/tcl/board/ethernut3.cfg b/tcl/board/ethernut3.cfg index f22e688739..ad45527337 100644 --- a/tcl/board/ethernut3.cfg +++ b/tcl/board/ethernut3.cfg @@ -20,13 +20,13 @@ flash bank $_FLASHNAME cfi 0x10000000 0x400000 2 2 $_TARGETNAME # Micrel MIC2775-29YM5 Supervisor # Reset output will remain active for 280ms (maximum) # -jtag_nsrst_delay 300 +adapter_nsrst_delay 300 jtag_ntrst_delay 300 arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable -jtag_khz 16000 +adapter_khz 16000 # Target events @@ -77,10 +77,10 @@ proc board_remap {{VERBOSE 0}} { mww 0xffe00020 0x00000001 if {$VERBOSE != 0} { - puts "0x00000000 RAM" - puts "0x10000000 Flash" - puts "0x20000000 Ethernet" - puts "0x21000000 CPLD" - puts "0x22000000 Expansion" + echo "0x00000000 RAM" + echo "0x10000000 Flash" + echo "0x20000000 Ethernet" + echo "0x21000000 CPLD" + echo "0x22000000 Expansion" } }