-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmbed.toml
More file actions
43 lines (34 loc) · 778 Bytes
/
Embed.toml
File metadata and controls
43 lines (34 loc) · 778 Bytes
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
[default.general]
chip = "STM32F405RGTx"
[default.rtt]
enabled = false
[default.probe]
# USB vendor ID
# usb_vid = "0403"
protocol = "Jtag"
[default.flashing]
# Whether or not the target should be flashed.
enabled = true
[default.reset]
# Whether or not the target should be reset.
# When flashing is enabled as well, the target will be reset after flashing regardless of this setting.
enabled = true
# Whether or not the target should be halted after reset.
[default.gdb]
# Whether or not a GDB server should be opened after flashing.
enabled = false
# GDB + RTT
[gdb.gdb]
enabled = true
[gdb.rtt]
enabled = true
[gdb.flashing]
halt_afterwards = true
# JUST RTT
[with_rtt.rtt]
enabled = true
# JUST RTT, NO FLASH
[rtt.rtt]
enabled = true
[rtt.flashing]
enabled = false