Skip to content

Commit

Permalink
fix configuration file for 8800mc and 8800m40
Browse files Browse the repository at this point in the history
  • Loading branch information
Huckies committed Oct 17, 2023
1 parent 4c4c149 commit d237c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tcl/interface/cmsis-dap_v2_aic8800m40.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source [find interface/cmsis-dap.cfg]
transport select swd
reset_config none

# source [find target/aic8800m40.cfg]
source [find aic8800m40.cfg]
source [find target/aic8800m40.cfg]
# source [find aic8800m40.cfg]

adapter speed 4000
init_reset 200
Expand Down
4 changes: 2 additions & 2 deletions tcl/interface/cmsis-dap_v2_aic8800mc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source [find interface/cmsis-dap.cfg]
transport select swd
reset_config none

# source [find target/aic8800mc.cfg]
source [find aic8800mc.cfg]
source [find target/aic8800mc.cfg]
# source [find aic8800mc.cfg]

adapter speed 4000
init_reset 200
Expand Down

0 comments on commit d237c24

Please sign in to comment.