1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[]
# The index of the probe in the connected probe list.
# probe_index = 0
# The protocol to be used for communicating with the target.
= "Swd"
# The speed in kHz of the data link to the target.
# speed = 1337
#probe_selector = "0483:3748"
#probe_selector = "0483:374b"
= "0483"
= "374b"
[]
# Whether or not the target should be flashed.
= true
# Whether or not the target should be halted after flashing.
= false
# Whether or not bytes erased but not rewritten with data from the ELF
# should be restored with their contents before erasing.
= false
# The path where an SVG of the assembled flash layout should be written to.
#flash_layout_output_path = "out.svg"
[]
# The chip name of the chip to be debugged.
# chip = "name"
#chip = "STM32F103C8"
= "STM32F723IEKx"
# A list of chip descriptions to be loaded during runtime.
= []
# The default log level to be used.
= "WARN"
[]
# Whether or not an RTTUI should be opened after flashing.
# This is exclusive and cannot be used with GDB at the moment.
= true
# A list of channel associations to be displayed. If left empty, all channels are displayed.
= [
# { up = 0, down = 0, name = "name" }
]
# The duration in ms for which the logger should retry to attach to RTT.
= 3000
[]
# Whether or not a GDB server should be opened after flashing.
# This is exclusive and cannot be used with RTT at the moment.
= false
# The connection string in host:port format wher the GDB server will open a socket.
# gdb_connection_string
[]
# The index of the probe in the connected probe list.
# probe_index = 0
# The protocol to be used for communicating with the target.
#protocol = "Swd"
# The speed in kHz of the data link to the target.
# speed = 1337
[]
= false
[]
= true
#channels = [
## { up = 0, down = 0, name = "name" }
#]
#timeout = 3000
#show_timestamps = true
[]
=false
[]
=true