target/espressif: add semihosting support
[fw/openocd] / tcl / board / ethernut3.cfg
index f22e688739c8608d775c3cda871a9d4f24634f6b..384db1d232eb46966db7e83e7ecbb16840fc5fea 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Ethernut 3 board configuration file
 #
@@ -20,13 +22,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 srst delay 300
 jtag_ntrst_delay 300
 
 
 arm7_9 fast_memory_access enable
 arm7_9 dcc_downloads enable
-jtag_khz 16000
+adapter speed 16000
 
 
 # Target events
@@ -77,10 +79,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"
        }
 }