summaryrefslogtreecommitdiff
path: root/examples/stm32f7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-14 23:16:06 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-08-17 19:01:56 +0200
commit67edea41686084a444e1455d17d5482b10c54abd (patch)
treee9d4cf483195fce6c8c34c514fc9a5e338771ce9 /examples/stm32f7
parent16d0ae76782475c0f759c3310e068507a0a9f8ab (diff)
downloadembassy-67edea41686084a444e1455d17d5482b10c54abd.zip
Update to critical-section 1.0, atomic-polyfill 1.0
Diffstat (limited to 'examples/stm32f7')
-rw-r--r--examples/stm32f7/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml
index 081bed84..8dde9d4f 100644
--- a/examples/stm32f7/Cargo.toml
+++ b/examples/stm32f7/Cargo.toml
@@ -13,7 +13,7 @@ embedded-io = { version = "0.3.0", features = ["async"] }
defmt = "0.3"
defmt-rtt = "0.3"
-cortex-m = "0.7.3"
+cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"
embedded-hal = "0.2.6"
panic-probe = { version = "0.3", features = ["print-defmt"] }
@@ -21,5 +21,5 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
heapless = { version = "0.7.5", default-features = false }
nb = "1.0.0"
rand_core = "0.6.3"
-critical-section = "0.2.3"
+critical-section = "1.1"
embedded-storage = "0.3.0"