embassy/embassy-net-wiznet
2023-12-04 13:15:10 +00:00
..
src Remove nightly and unstable-traits features in preparation for 1.75. 2023-11-29 17:26:33 +01:00
Cargo.toml update release version in examples and other crates 2023-12-04 13:15:10 +00: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.