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
[]
= "Swd"
#speed = 20000
# If you only have one probe cargo embed will pick automatically
# Otherwise: add your probe's VID/PID/serial to filter
## rust-dap
#usb_vid = "6666"
#usb_pid = "4444"
# serial = "test"
[]
= true
[]
= true
= false
[]
= "RP2040"
# log_level = "TRACE"
# RP2040 does not support connect_under_reset
= false
[]
= true
= "NoBlockSkip"
= [
{ = 0, = 0, = "name", = "NoBlockSkip", = "String" },
]
= 3000
= true
= false
= "./logs"
[]
= true
= "127.0.0.1:2345"