diff options
| author | James Munns <[email protected]> | 2025-12-04 19:24:06 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-04 19:24:06 +0100 |
| commit | 85b92010deb835d27ce30ec0870cdedadf4465ec (patch) | |
| tree | 8a7474daa8aadad67d7b0a0f4cbd42b841b00442 /examples | |
| parent | e7e4d0e03f6ccee7a8577058bfccefaf92b2689e (diff) | |
Tweak how target setting is handled
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/mcxa/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml index f02fe73e0..4d0459f41 100644 --- a/examples/mcxa/Cargo.toml +++ b/examples/mcxa/Cargo.toml | |||
| @@ -25,3 +25,8 @@ tmp108 = "0.4.0" | |||
| 25 | [profile.release] | 25 | [profile.release] |
| 26 | lto = true # better optimizations | 26 | lto = true # better optimizations |
| 27 | debug = 2 # enough information for defmt/rtt locations | 27 | debug = 2 # enough information for defmt/rtt locations |
| 28 | |||
| 29 | [package.metadata.embassy] | ||
| 30 | build = [ | ||
| 31 | { target = "thumbv8m.main-none-eabihf", artifact-dir = "out/examples/mcxa" } | ||
| 32 | ] | ||
