aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-12-06 21:42:47 +0000
committerGitHub <[email protected]>2021-12-06 21:42:47 +0000
commit7058f29cf049d2ba14c0f8d99ad964dc1ded918c (patch)
tree57a3647217dce831e713e4709835ec2388050682 /examples
parent8b4a247af2b54bd4deb8416b6181791e381c5aa3 (diff)
parentdd32358d6bb24895c833bc4c34fd96e7632e43a9 (diff)
Merge #451
451: stm32f4 GPIO HIL test r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32f7/Cargo.toml6
-rw-r--r--examples/stm32h7/Cargo.toml6
2 files changed, 12 insertions, 0 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml
index 68c73f093..1f0646675 100644
--- a/examples/stm32f7/Cargo.toml
+++ b/examples/stm32f7/Cargo.toml
@@ -23,3 +23,9 @@ heapless = { version = "0.7.5", default-features = false }
23nb = "1.0.0" 23nb = "1.0.0"
24rand_core = "0.6.3" 24rand_core = "0.6.3"
25critical-section = "0.2.3" 25critical-section = "0.2.3"
26
27[dependencies.smoltcp]
28git = "https://github.com/smoltcp-rs/smoltcp"
29rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
30default-features = false
31features = ["defmt"] \ No newline at end of file
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml
index 89e5c4ead..860cc68ee 100644
--- a/examples/stm32h7/Cargo.toml
+++ b/examples/stm32h7/Cargo.toml
@@ -25,3 +25,9 @@ heapless = { version = "0.7.5", default-features = false }
25rand_core = "0.6.3" 25rand_core = "0.6.3"
26critical-section = "0.2.5" 26critical-section = "0.2.5"
27micromath = "2.0.0" 27micromath = "2.0.0"
28
29[dependencies.smoltcp]
30git = "https://github.com/smoltcp-rs/smoltcp"
31rev = "f5bc05cda8d83595c98688991f4b69fc963a88f6"
32default-features = false
33features = ["defmt"] \ No newline at end of file