diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-11-24 17:48:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-11-24 17:48:48 +0100 |
| commit | e4de15e4de455f378286f39b5c9c079c26a68014 (patch) | |
| tree | 941019933b994e86978951a7f504163ab9b7ab7c /examples/stm32f7 | |
| parent | 8fea6c94f6d0978042554eb6b154706d8f7a9fd5 (diff) | |
net: don't depend directly on smoltcp outside embassy-net
Diffstat (limited to 'examples/stm32f7')
| -rw-r--r-- | examples/stm32f7/Cargo.toml | 12 |
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 } | |||
| 25 | nb = "1.0.0" | 25 | nb = "1.0.0" |
| 26 | rand_core = "0.6.3" | 26 | rand_core = "0.6.3" |
| 27 | critical-section = "0.2.3" | 27 | critical-section = "0.2.3" |
| 28 | |||
| 29 | |||
| 30 | [dependencies.smoltcp] | ||
| 31 | git = "https://github.com/bobmcwhirter/smoltcp" | ||
| 32 | rev = "faf81d21daae16b650b16e59a8422a8283e8a302" | ||
| 33 | default-features = false | ||
| 34 | features = [ | ||
| 35 | "proto-ipv4", | ||
| 36 | "socket", | ||
| 37 | "async", | ||
| 38 | "defmt", | ||
| 39 | ] | ||
