embassy/embassy-net-wiznet
2023-08-28 08:00:18 -07:00
..
src net-wiznet: rename from embassy-net-w5500. 2023-08-15 23:05:55 +02:00
Cargo.toml Release embassy-time v0.1.3 2023-08-28 08:00:18 -07:00
README.md net-wiznet: rename from embassy-net-w5500. 2023-08-15 23:05:55 +02: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.

License

This work is licensed under either of

at your option.