blob: 4a6f62e84c4eb3e745735a60b006ca09fa6d371d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
telnet_port 4444
gdb_port 3333
tcl_port 6666
source [find interface/stlink-v2.cfg]
#adapter_khz 10000
source [find target/stm32f0x_stlink.cfg]
init
arm semihosting enable
|