aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-11-24 17:48:48 +0100
committerDario Nieuwenhuis <[email protected]>2021-11-24 17:48:48 +0100
commite4de15e4de455f378286f39b5c9c079c26a68014 (patch)
tree941019933b994e86978951a7f504163ab9b7ab7c /examples/stm32f7
parent8fea6c94f6d0978042554eb6b154706d8f7a9fd5 (diff)
net: don't depend directly on smoltcp outside embassy-net
Diffstat (limited to 'examples/stm32f7')
-rw-r--r--examples/stm32f7/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/stm32f7/Cargo.toml b/examples/stm32f7/Cargo.toml
index 6e9701463..2d3cd0b79 100644
--- a/examples/stm32f7/Cargo.toml
+++ b/examples/stm32f7/Cargo.toml
@@ -25,15 +25,3 @@ heapless = { version = "0.7.5", default-features = false }
25nb = "1.0.0" 25nb = "1.0.0"
26rand_core = "0.6.3" 26rand_core = "0.6.3"
27critical-section = "0.2.3" 27critical-section = "0.2.3"
28
29
30[dependencies.smoltcp]
31git = "https://github.com/bobmcwhirter/smoltcp"
32rev = "faf81d21daae16b650b16e59a8422a8283e8a302"
33default-features = false
34features = [
35 "proto-ipv4",
36 "socket",
37 "async",
38 "defmt",
39]