kinda/Embed.toml
2025-07-03 10:55:52 -07:00

19 lines
317 B
TOML

[default.probe]
protocol = "Jtag"
# The speed in kHz of the data link to the target.
speed = 1337
[default.general]
chip = "esp32c6"
connect_under_reset = true
[default.rtt]
enabled = true
timeout = 3000
log_enabled = false
log_path = "./logs"
[default.gdb]
enabled = true
gdb_connection_string = "127.0.0.1:9998"