Skip to content

Commit 0107594

Browse files
committed
Add cargo metadata
1 parent e68aafb commit 0107594

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/nrf52840-edf/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ edition = "2021"
33
name = "embassy-nrf52840-edf-examples"
44
version = "0.1.0"
55
license = "MIT OR Apache-2.0"
6+
publish = false
67

78
[dependencies]
89
# NOTE: "edf-scheduler" feature is enabled
@@ -19,3 +20,8 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] }
1920

2021
[profile.release]
2122
debug = 2
23+
24+
[package.metadata.embassy]
25+
build = [
26+
{ target = "thumbv7em-none-eabi", artifact-dir = "out/examples/nrf52840-edf" }
27+
]

0 commit comments

Comments
 (0)