|
|
|
@ -22,8 +22,8 @@ cortex-m = "0.6"
|
|
|
|
|
cortex-m-rt = { version = "0.6", features = ["device"] } |
|
|
|
|
cortex-m-log = { version = "0.6", features = ["log-integration"] } |
|
|
|
|
stm32f4xx-hal = { version = "=0.10.1", features = ["rt", "stm32f427", "usb_fs"] } |
|
|
|
|
stm32-eth = { rev = "882553d21", features = ["stm32f427", "smoltcp-phy"], git = "https://github.com/stm32-rs/stm32-eth.git" } |
|
|
|
|
smoltcp = { version = "0.7.0", default-features = false, features = ["proto-ipv4", "socket-tcp", "log"] } |
|
|
|
|
stm32-eth = { rev = "3759c5c9", features = ["stm32f427", "smoltcp-phy"], git = "https://github.com/stm32-rs/stm32-eth.git" } |
|
|
|
|
smoltcp = { version = "0.7.5", default-features = false, features = ["proto-ipv4", "socket-tcp", "log"] } |
|
|
|
|
bit_field = "0.10" |
|
|
|
|
byteorder = { version = "1", default-features = false } |
|
|
|
|
nom = { version = "5", default-features = false } |
|
|
|
|