embassy/examples/stm32f7
Dario Nieuwenhuis 5eae295c8a stm32: rename feature net to embassy-net.
The eth code is always built and available, but has no own API (other
than the embassy-net Device impl) to rx/tx packets. We could add this
API in the future, so the feature only means "embassy-net support".
2022-12-13 16:43:25 +01:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
src/bin stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex. 2022-12-13 16:43:25 +01:00
build.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
Cargo.toml stm32: rename feature net to embassy-net. 2022-12-13 16:43:25 +01:00
memory.x Initial support for STM32F767ZI. 2021-10-26 17:33:28 +02:00