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 4c4c149 commit d237c24Copy full SHA for d237c24
tcl/interface/cmsis-dap_v2_aic8800m40.cfg
@@ -3,8 +3,8 @@ source [find interface/cmsis-dap.cfg]
3
transport select swd
4
reset_config none
5
6
-# source [find target/aic8800m40.cfg]
7
-source [find aic8800m40.cfg]
+source [find target/aic8800m40.cfg]
+# source [find aic8800m40.cfg]
8
9
adapter speed 4000
10
init_reset 200
tcl/interface/cmsis-dap_v2_aic8800mc.cfg
-# source [find target/aic8800mc.cfg]
-source [find aic8800mc.cfg]
+source [find target/aic8800mc.cfg]
+# source [find aic8800mc.cfg]
0 commit comments