mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Modern embedded framework, using Rust and async.
.github/workflows | ||
.vscode | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
ci.sh | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rust-toolchain.toml |
WIZnet W5500 embassy-net
integration
embassy-net
integration for the WIZnet W5500 SPI ethernet chip, operating in MACRAW mode.
Supports any SPI driver implementing embedded-hal-async
See examples
directory for usage examples with the rp2040 WIZnet W5500-EVB-Pico
module.