aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h742
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32h742')
-rw-r--r--examples/stm32h742/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/stm32h742/Cargo.toml b/examples/stm32h742/Cargo.toml
index 8448c2c7a..067663538 100644
--- a/examples/stm32h742/Cargo.toml
+++ b/examples/stm32h742/Cargo.toml
@@ -3,6 +3,7 @@ edition = "2021"
3name = "embassy-stm32f7-examples" 3name = "embassy-stm32f7-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6publish = false
6 7
7[dependencies] 8[dependencies]
8# Change stm32f777zi to your chip name, if necessary. 9# Change stm32f777zi to your chip name, if necessary.
@@ -63,3 +64,8 @@ aes-gcm = { version = "0.10.3", default-features = false, features = [
63 64
64[profile.release] 65[profile.release]
65debug = 2 66debug = 2
67
68[package.metadata.embassy]
69build = [
70 { target = "thumbv7em-none-eabi", artifact-dir = "out/examples/stm32h742" }
71]