switch to embassy

This commit is contained in:
2025-11-22 00:45:48 +01:00
parent f7d3c4c633
commit 2a32366c3a
6 changed files with 889 additions and 662 deletions

36
Embed.toml Normal file
View File

@@ -0,0 +1,36 @@
[default.probe]
protocol = "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"
[default.flashing]
enabled = true
[default.reset]
enabled = true
halt_afterwards = false
[default.general]
chip = "RP2040"
log_level = "WARN"
# RP2040 does not support connect_under_reset
connect_under_reset = false
[default.rtt]
enabled = true
up_mode = "NoBlockSkip"
up_channels = [{ channel = 0, name = "name", format = "Defmt" }]
timeout = 3000
log_enabled = false
log_path = "./logs"
[default.gdb]
enabled = true
gdb_connection_string = "127.0.0.1:1337"