diff options
Diffstat (limited to 'examples/stm32h742')
| -rw-r--r-- | examples/stm32h742/Cargo.toml | 6 |
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" | |||
| 3 | name = "embassy-stm32f7-examples" | 3 | name = "embassy-stm32f7-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | publish = 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] |
| 65 | debug = 2 | 66 | debug = 2 |
| 67 | |||
| 68 | [package.metadata.embassy] | ||
| 69 | build = [ | ||
| 70 | { target = "thumbv7em-none-eabi", artifact-dir = "out/examples/stm32h742" } | ||
| 71 | ] | ||
