Modern embedded framework, using Rust and async.
Find a file
2023-05-09 02:24:25 +02:00
.github/workflows Add CI 2023-05-09 02:21:17 +02:00
.vscode 🌈 2023-05-09 01:51:08 +02:00
examples 🌈 2023-05-09 01:51:08 +02:00
src 🌈 2023-05-09 01:51:08 +02:00
.gitignore 🌈 2023-05-09 01:51:08 +02:00
Cargo.toml 🌈 2023-05-09 01:51:08 +02:00
ci.sh Add CI 2023-05-09 02:24:25 +02:00
LICENSE-APACHE 🌈 2023-05-09 01:51:08 +02:00
LICENSE-MIT 🌈 2023-05-09 01:51:08 +02:00
README.md 🌈 2023-05-09 01:51:08 +02:00
rust-toolchain.toml 🌈 2023-05-09 01:51:08 +02:00

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.