aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-06 18:29:26 +0000
committerGitHub <[email protected]>2024-08-06 18:29:26 +0000
commitd3ff0b184861fecf7d11e14bb90a39711e10176d (patch)
tree7bc678186ce63ce6d964a997d4c3f619477fce12 /examples
parent46aa206a7c4644ddb2f6808bcbea7411d5667b87 (diff)
parent207048ff38fef29a00e7ae9a020973c43acffa8a (diff)
Merge pull request #3235 from Niels-Be/patch-1
Rename package for embassy-stm32h755cm4 and cm7 example
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h755cm4/Cargo.toml2
-rw-r--r--examples/stm32h755cm7/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h755cm4/Cargo.toml b/examples/stm32h755cm4/Cargo.toml
index 9d2fb9060..7a42fbdaa 100644
--- a/examples/stm32h755cm4/Cargo.toml
+++ b/examples/stm32h755cm4/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32h7-examples" 3name = "embassy-stm32h755cm4-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6
diff --git a/examples/stm32h755cm7/Cargo.toml b/examples/stm32h755cm7/Cargo.toml
index ab088fd33..4f0f69c3f 100644
--- a/examples/stm32h755cm7/Cargo.toml
+++ b/examples/stm32h755cm7/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32h7-examples" 3name = "embassy-stm32h755cm7-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6