aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32f3
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-12 16:40:40 +0000
committerGitHub <[email protected]>2023-10-12 16:40:40 +0000
commite9b1904db852fbfd6ee39095d2d36ec529681519 (patch)
tree297d7eb3a88a647e04ff13e4195c390d0cacf9e7 /examples/boot/application/stm32f3
parentdebda2f52c320904755d89ef9c19fa6e54734fe8 (diff)
parent02d2c06b23d2c2359e8673a95a47b4a7b2dd98a8 (diff)
Merge pull request #2049 from bugadani/time
(Please) Release embassy-time 0.1.4
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 a0649cf83..0ee7241af 100644
--- a/examples/boot/application/stm32f3/Cargo.toml
+++ b/examples/boot/application/stm32f3/Cargo.toml
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7[dependencies] 7[dependencies]
8embassy-sync = { version = "0.3.0", path = "../../../../embassy-sync" } 8embassy-sync = { version = "0.3.0", path = "../../../../embassy-sync" }
9embassy-executor = { version = "0.3.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "nightly", "integrated-timers"] } 9embassy-executor = { version = "0.3.0", path = "../../../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "nightly", "integrated-timers"] }
10embassy-time = { version = "0.1.3", path = "../../../../embassy-time", features = ["nightly", "tick-hz-32_768"] } 10embassy-time = { version = "0.1.4", path = "../../../../embassy-time", features = ["nightly", "tick-hz-32_768"] }
11embassy-stm32 = { version = "0.1.0", path = "../../../../embassy-stm32", features = ["unstable-traits", "nightly", "stm32f303re", "time-driver-any", "exti"] } 11embassy-stm32 = { version = "0.1.0", path = "../../../../embassy-stm32", features = ["unstable-traits", "nightly", "stm32f303re", "time-driver-any", "exti"] }
12embassy-boot-stm32 = { version = "0.1.0", path = "../../../../embassy-boot/stm32", features = ["nightly"] } 12embassy-boot-stm32 = { version = "0.1.0", path = "../../../../embassy-boot/stm32", features = ["nightly"] }
13embassy-embedded-hal = { version = "0.1.0", path = "../../../../embassy-embedded-hal" } 13embassy-embedded-hal = { version = "0.1.0", path = "../../../../embassy-embedded-hal" }