embassy/embassy-net-wiznet
2024-01-12 00:39:01 +01:00
..
src docs: document public apis of wiznet driver 2023-12-20 12:14:25 +01:00
Cargo.toml Fix invalid "async" crates.io category. 2024-01-12 00:39:01 +01:00
README.md Centralize license and MSRV boilerplate into the repo readme. 2024-01-11 18:18:35 +01:00

WIZnet embassy-net integration

embassy-net integration for the WIZnet SPI ethernet chips, operating in MACRAW mode.

See examples directory for usage examples with the rp2040 WIZnet W5500-EVB-Pico module.

Supported chips

  • W5500
  • W5100S

Interoperability

This crate can run on any executor.

It supports any SPI driver implementing embedded-hal-async.