11 lines
254 B
INI
11 lines
254 B
INI
# source [find interface/stlink.cfg]
|
|
# transport select hla_swd
|
|
source [find interface/cmsis-dap.cfg]
|
|
transport select swd
|
|
|
|
#adapter speed 40
|
|
#set WORKAREASIZE 0x4000
|
|
set CPUTAPID 0x0bc11477
|
|
set CHIPNAME at91samd21g18
|
|
source [find target/at91samdXX.cfg]
|