aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32f3
diff options
context:
space:
mode:
authorobe1line <[email protected]>2025-07-23 12:40:48 +1000
committerGitHub <[email protected]>2025-07-23 12:40:48 +1000
commiteb15a555196050166acdf53db02f1d0fffbfb2be (patch)
tree4bf95c120a4fbd84e5d55beca92bc0af05af99e8 /examples/boot/application/stm32f3
parente64c23076d2c003efe60419eab6b86630d7886b4 (diff)
parent8f5e4ac06d1d06dd6520a8eecf8697b199005f34 (diff)
Merge branch 'embassy-rs:main' into obe1line-stm32c071
Diffstat (limited to 'examples/boot/application/stm32f3')
-rw-r--r--examples/boot/application/stm32f3/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/stm32f3/Cargo.toml b/examples/boot/application/stm32f3/Cargo.toml
index 4cd2d1338..be8b7bff1 100644
--- a/examples/boot/application/stm32f3/Cargo.toml
+++ b/examples/boot/application/stm32f3/Cargo.toml
@@ -9,7 +9,7 @@ embassy-sync = { version = "0.7.0", path = "../../../../embassy-sync" }
9embassy-executor = { version = "0.7.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] } 9embassy-executor = { version = "0.7.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread"] }
10embassy-time = { version = "0.4.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] } 10embassy-time = { version = "0.4.0", path = "../../../../embassy-time", features = [ "tick-hz-32_768"] }
11embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32f303re", "time-driver-any", "exti"] } 11embassy-stm32 = { version = "0.2.0", path = "../../../../embassy-stm32", features = ["stm32f303re", "time-driver-any", "exti"] }
12embassy-boot-stm32 = { version = "0.3.0", path = "../../../../embassy-boot-stm32" } 12embassy-boot-stm32 = { version = "0.4.0", path = "../../../../embassy-boot-stm32" }
13embassy-embedded-hal = { version = "0.3.1", path = "../../../../embassy-embedded-hal" } 13embassy-embedded-hal = { version = "0.3.1", path = "../../../../embassy-embedded-hal" }
14 14
15defmt = { version = "1.0.1", optional = true } 15defmt = { version = "1.0.1", optional = true }