tcl/board: add ESP32 config for ESP USB Bridge board
[fw/openocd] / tcl / target / dsp56321.cfg
index 281c4ddd47215faa486d7fcc01f08d8feade29f5..fac0ccc44b26f97d9f282eb8e8171f57be67e57b 100644 (file)
@@ -1,28 +1,29 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Script for freescale DSP56321
 #
 
-if { [info exists CHIPNAME] } {        
-   set  _CHIPNAME $CHIPNAME    
-} else {        
-   set  _CHIPNAME dsp56321
+if { [info exists CHIPNAME] } {
+   set _CHIPNAME $CHIPNAME
+} else {
+   set _CHIPNAME dsp56321
 }
 
-if { [info exists ENDIAN] } {  
-   set  _ENDIAN $ENDIAN    
-} else {        
+if { [info exists ENDIAN] } {
+   set _ENDIAN $ENDIAN
+} else {
   # this defaults to a big endian
-   set  _ENDIAN big
+   set _ENDIAN big
 }
 
-if { [info exists CPUTAPID ] } {
+if { [info exists CPUTAPID] } {
    set _CPUTAPID $CPUTAPID
 } else {
-  # force an error till we get a good number
    set _CPUTAPID 0x1181501d
 }
 
 #jtag speed
-adapter_khz 4500
+adapter speed 4500
 
 #has only srst
 reset_config srst_only