Fixing smoltcp features

master
Ryan Summers 2023-07-03 13:43:12 +02:00
parent 207a75358f
commit 0ecfe84ea0
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ license = "BSD-2-Clause"
volatile-register = "0.2"
aligned = "0.3"
embedded-hal = "0.2"
smoltcp = { version = "0.7.0", default-features = false, features = [ "socket-raw", "proto-ipv4", "proto-ipv6" ], optional = true }
smoltcp = { version = "0.7.0", default-features = false, features = [ "socket-raw", "proto-ipv4",
"proto-ipv6", "socket-tcp", "ethernet"], optional = true }
cortex-m = {version = "0.5", optional = true }
# Optional dependencies for building examples