-
Notifications
You must be signed in to change notification settings - Fork 0
/
.embed.toml
49 lines (36 loc) · 1.17 KB
/
.embed.toml
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
# Refer to https://github.com/probe-rs/cargo-embed/blob/master/src/config/default.toml
# for the comprehensive list of options
[default.general]
chip = "STM32F103RB"
[default.flashing]
# Whether or not the target should be flashed.
enabled = true
[default.rtt]
enabled = true
show_timestamps = true
log_enabled = true
# Where to save rtt history buffer relative to manifest path.
log_path = "./logs"
[default.gdb]
# Whether or not a GDB server should be opened after flashing.
# This is exclusive and cannot be used with RTT at the moment.
enabled = false
# The connection string in host:port format wher the GDB server will open a socket.
# gdb_connection_string
[rtt.general]
chip = "STM32F103RB"
[rtt.flashing]
# Whether or not the target should be flashed.
enabled = false
[rtt.rtt]
enabled = true
show_timestamps = true
log_enabled = true
# Where to save rtt history buffer relative to manifest path.
log_path = "./logs"
[rtt.gdb]
# Whether or not a GDB server should be opened after flashing.
# This is exclusive and cannot be used with RTT at the moment.
enabled = false
# The connection string in host:port format wher the GDB server will open a socket.
# gdb_connection_string