aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-08-14 23:16:06 +0200
committerDario Nieuwenhuis <[email protected]>2022-08-17 19:01:56 +0200
commit67edea41686084a444e1455d17d5482b10c54abd (patch)
treee9d4cf483195fce6c8c34c514fc9a5e338771ce9 /examples/stm32f2
parent16d0ae76782475c0f759c3310e068507a0a9f8ab (diff)
Update to critical-section 1.0, atomic-polyfill 1.0
Diffstat (limited to 'examples/stm32f2')
-rw-r--r--examples/stm32f2/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f2/Cargo.toml b/examples/stm32f2/Cargo.toml
index a3fb736da..0825f6180 100644
--- a/examples/stm32f2/Cargo.toml
+++ b/examples/stm32f2/Cargo.toml
@@ -11,7 +11,7 @@ embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["
11defmt = "0.3" 11defmt = "0.3"
12defmt-rtt = "0.3" 12defmt-rtt = "0.3"
13 13
14cortex-m = "0.7.3" 14cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
15cortex-m-rt = "0.7.0" 15cortex-m-rt = "0.7.0"
16embedded-hal = "0.2.6" 16embedded-hal = "0.2.6"
17panic-probe = { version = "0.3", features = ["print-defmt"] } 17panic-probe = { version = "0.3", features = ["print-defmt"] }