stm32h7: Add ethernet example

This commit is contained in:
Thales Fragoso
2021-06-15 18:52:43 -03:00
committed by Dario Nieuwenhuis
parent 77546825a1
commit 098ce6e740
6 changed files with 216 additions and 3 deletions

View File

@ -10,7 +10,7 @@ embassy = { version = "0.1.0", path = "../embassy" }
embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["stm32"] }
embassy-extras = {version = "0.1.0", path = "../embassy-extras" }
embassy-traits = {version = "0.1.0", path = "../embassy-traits" }
embassy-net = { version = "0.1.0", path = "../embassy-net", features = ["tcp", "medium-ethernet"], optional = true }
embassy-net = { version = "0.1.0", path = "../embassy-net", default-features = false, optional = true }
defmt = { version = "0.2.0", optional = true }
log = { version = "0.4.11", optional = true }