embassy/embassy-net-wiznet
2023-08-16 00:40:56 +02:00
..
src net-wiznet: rename from embassy-net-w5500. 2023-08-15 23:05:55 +02:00
Cargo.toml Update embedded-hal to 1.0.0-rc.1 (#1783) 2023-08-16 00:40:56 +02: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.