aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/Embed.toml
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2025-12-04 18:46:39 +0100
committerJames Munns <[email protected]>2025-12-04 18:47:31 +0100
commitc3bc8fe8c0db112e5f2f66580104fc49b02890d2 (patch)
treeeea7adc15021697ea980289edd6235daaa12d6ee /embassy-mcxa/Embed.toml
parent5182b2ed54f991b40b45fd2de75f597358ff9c3e (diff)
parent277ab0d2e8714edf37a0ee84cda1059d9944ecef (diff)
Import embassy-mcxa repo
Merge remote-tracking branch 'james-e-mcxa/james/upstream' into james/upstream-mcxa
Diffstat (limited to 'embassy-mcxa/Embed.toml')
-rw-r--r--embassy-mcxa/Embed.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/embassy-mcxa/Embed.toml b/embassy-mcxa/Embed.toml
new file mode 100644
index 000000000..40218c8bf
--- /dev/null
+++ b/embassy-mcxa/Embed.toml
@@ -0,0 +1,28 @@
1[default.probe]
2# Use the first available probe
3protocol = "Swd"
4speed = 1000
5
6[default.flashing]
7# Attach-only: don't flash (we already loaded to RAM)
8enabled = false
9
10[default.reset]
11# Don't reset; keep running app started by run_jlink_noblock.sh
12enabled = false
13
14[default.general]
15# The chip name of the target
16chip = "MCXA276"
17
18[default.gdb]
19# Whether or not a GDB server should be opened after loading
20enabled = false
21
22[default.rtt]
23# Enable RTT for debugging output
24enabled = true
25
26# Increase timeout for RTT CB discovery
27up_channels = [ { channel = 0, mode = "BlockIfFull" } ]
28timeout = 5000