blob: d1557f7ba8fd2647e630a903947921ed413fe12e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
gdb_port 3334
telnet_port 4445
tcl_port 6667
source [find interface/stlink.cfg]
transport select hla_swd
set CHIPNAME at91samd21e18a
set CPUTAPID 0x0bc11477
source [find target/at91samdXX.cfg]
adapter_khz 3750
#adapter_khz 300
adapter_nsrst_delay 100
adapter_nsrst_assert_width 100
reset_config srst_nogate
init
reset halt
|