Skip to content

Commit

Permalink
rename aic8800m to aic8800
Browse files Browse the repository at this point in the history
  • Loading branch information
talpachen committed Nov 26, 2023
1 parent d23981e commit 306782e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source [find interface/cmsis-dap.cfg]

transport select swd
reset_config none

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

adapter speed 4000
init_reset 200

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

2 changes: 1 addition & 1 deletion tcl/target/aic8800m.cfg → tcl/target/aic8800.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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] } {
Expand Down

0 comments on commit 306782e

Please sign in to comment.