We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23981e commit 306782eCopy full SHA for 306782e
tcl/interface/cmsis-dap_v2_aic8800m.cfg renamed to tcl/interface/cmsis-dap_v2_aic8800.cfg
@@ -1,11 +1,11 @@
1
-source [find interface/cmsis-dap.cfg]
2
-
3
-transport select swd
4
-reset_config none
5
6
-source [find target/aic8800m.cfg]
7
-# source [find aic8800m.cfg]
8
9
-adapter speed 4000
10
-init_reset 200
11
+source [find interface/cmsis-dap.cfg]
+
+transport select swd
+reset_config none
+source [find target/aic8800.cfg]
+# source [find aic8800.cfg]
+adapter speed 4000
+init_reset 200
tcl/target/aic8800m.cfg renamed to tcl/target/aic8800.cfg
@@ -5,7 +5,7 @@ set _ENDIAN little
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
- set _CHIPNAME aic8800m
+ set _CHIPNAME aic8800
}
if { [info exists CPUTAPID] } {
0 commit comments