aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 19:20:01 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 19:20:01 +0200
commit426bc84e66b4d4a26fe9a73b7d78d8491e722eba (patch)
treef620aef69274c81a4f14a77e9f9f5234ae94a0b4
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: fix example crate names
-rw-r--r--examples/stm32h742/Cargo.toml2
-rw-r--r--examples/stm32l432/Cargo.toml2
-rw-r--r--examples/stm32wba6/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/stm32h742/Cargo.toml b/examples/stm32h742/Cargo.toml
index 067663538..21b132b98 100644
--- a/examples/stm32h742/Cargo.toml
+++ b/examples/stm32h742/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32f7-examples" 3name = "embassy-stm32h742-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6publish = false 6publish = false
diff --git a/examples/stm32l432/Cargo.toml b/examples/stm32l432/Cargo.toml
index 14db1fb2f..2822d5a02 100644
--- a/examples/stm32l432/Cargo.toml
+++ b/examples/stm32l432/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32l4-examples" 3name = "embassy-stm32l432-examples"
4version = "0.1.1" 4version = "0.1.1"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6publish = false 6publish = false
diff --git a/examples/stm32wba6/Cargo.toml b/examples/stm32wba6/Cargo.toml
index f1f9cf88b..617bcf326 100644
--- a/examples/stm32wba6/Cargo.toml
+++ b/examples/stm32wba6/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32wba-examples" 3name = "embassy-stm32wba6-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6publish = false 6publish = false