aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-14 12:34:19 +0000
committerGitHub <[email protected]>2023-09-14 12:34:19 +0000
commitb118c4cc1b4f69ff28ce15762135a5276bc738e9 (patch)
tree0e50dbcea2c88a7feb6038bf5575e3505166ca71 /examples
parentf090a38dde5a68211f5471cdcfc2a77d5a264ee4 (diff)
parentdcd1a91966fab1c02f8d66abc2be6e6259b1cc6b (diff)
Merge pull request #1899 from tarfu/bump-fmc
stm32: bump fmc version
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h5/Cargo.toml2
-rw-r--r--examples/stm32h7/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h5/Cargo.toml b/examples/stm32h5/Cargo.toml
index d4b7d18c1..05aacb618 100644
--- a/examples/stm32h5/Cargo.toml
+++ b/examples/stm32h5/Cargo.toml
@@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false }
29rand_core = "0.6.3" 29rand_core = "0.6.3"
30critical-section = "1.1" 30critical-section = "1.1"
31micromath = "2.0.0" 31micromath = "2.0.0"
32stm32-fmc = "0.2.4" 32stm32-fmc = "0.3.0"
33embedded-storage = "0.3.0" 33embedded-storage = "0.3.0"
34static_cell = { version = "1.1", features = ["nightly"]} 34static_cell = { version = "1.1", features = ["nightly"]}
35 35
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml
index eda04e449..6c4da09be 100644
--- a/examples/stm32h7/Cargo.toml
+++ b/examples/stm32h7/Cargo.toml
@@ -29,7 +29,7 @@ heapless = { version = "0.7.5", default-features = false }
29rand_core = "0.6.3" 29rand_core = "0.6.3"
30critical-section = "1.1" 30critical-section = "1.1"
31micromath = "2.0.0" 31micromath = "2.0.0"
32stm32-fmc = "0.2.4" 32stm32-fmc = "0.3.0"
33embedded-storage = "0.3.0" 33embedded-storage = "0.3.0"
34static_cell = { version = "1.1", features = ["nightly"]} 34static_cell = { version = "1.1", features = ["nightly"]}
35 35