diff options
| author | James Munns <[email protected]> | 2025-12-04 18:46:39 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-04 18:47:31 +0100 |
| commit | c3bc8fe8c0db112e5f2f66580104fc49b02890d2 (patch) | |
| tree | eea7adc15021697ea980289edd6235daaa12d6ee /embassy-mcxa/Embed.toml | |
| parent | 5182b2ed54f991b40b45fd2de75f597358ff9c3e (diff) | |
| parent | 277ab0d2e8714edf37a0ee84cda1059d9944ecef (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.toml | 28 |
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 | ||
| 3 | protocol = "Swd" | ||
| 4 | speed = 1000 | ||
| 5 | |||
| 6 | [default.flashing] | ||
| 7 | # Attach-only: don't flash (we already loaded to RAM) | ||
| 8 | enabled = false | ||
| 9 | |||
| 10 | [default.reset] | ||
| 11 | # Don't reset; keep running app started by run_jlink_noblock.sh | ||
| 12 | enabled = false | ||
| 13 | |||
| 14 | [default.general] | ||
| 15 | # The chip name of the target | ||
| 16 | chip = "MCXA276" | ||
| 17 | |||
| 18 | [default.gdb] | ||
| 19 | # Whether or not a GDB server should be opened after loading | ||
| 20 | enabled = false | ||
| 21 | |||
| 22 | [default.rtt] | ||
| 23 | # Enable RTT for debugging output | ||
| 24 | enabled = true | ||
| 25 | |||
| 26 | # Increase timeout for RTT CB discovery | ||
| 27 | up_channels = [ { channel = 0, mode = "BlockIfFull" } ] | ||
| 28 | timeout = 5000 | ||
