We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68aafb commit 0107594Copy full SHA for 0107594
examples/nrf52840-edf/Cargo.toml
@@ -3,6 +3,7 @@ edition = "2021"
3
name = "embassy-nrf52840-edf-examples"
4
version = "0.1.0"
5
license = "MIT OR Apache-2.0"
6
+publish = false
7
8
[dependencies]
9
# NOTE: "edf-scheduler" feature is enabled
@@ -19,3 +20,8 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] }
19
20
21
[profile.release]
22
debug = 2
23
+
24
+[package.metadata.embassy]
25
+build = [
26
+ { target = "thumbv7em-none-eabi", artifact-dir = "out/examples/nrf52840-edf" }
27
+]
0 commit comments