aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mcxa')
-rw-r--r--examples/mcxa/Cargo.toml5
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]
26lto = true # better optimizations 26lto = true # better optimizations
27debug = 2 # enough information for defmt/rtt locations 27debug = 2 # enough information for defmt/rtt locations
28
29[package.metadata.embassy]
30build = [
31 { target = "thumbv8m.main-none-eabihf", artifact-dir = "out/examples/mcxa" }
32]