Cargo.toml: reduce unneeded smoltcp features

master
Astro 2019-03-15 14:19:50 +01:00
parent c7c9f7e0ad
commit 2b65b1daf1
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ embedded-hal = "0.2"
stm32f4xx-hal = { git = "https://github.com/stm32-rs/stm32f4xx-hal.git", features = ["rt", "stm32f429"] }
#stm32-eth = { version = "0.1.1", features = ["smoltcp-phy", "nucleo-f429zi"] }
stm32-eth = { git = "https://github.com/stm32-rs/stm32-eth.git", features = ["smoltcp-phy", "nucleo-f429zi"] }
smoltcp = { version = "0.5.0", default-features = false, features = ["proto-ipv4", "proto-ipv6", "socket-icmp", "socket-udp", "socket-tcp", "log", "verbose"] }
smoltcp = { version = "0.5.0", default-features = false, features = ["proto-ipv4", "socket-tcp", "log"] }
[features]
semihosting = ["panic-semihosting", "cortex-m-log/semihosting"]