embassy/embassy-net-wiznet
2024-08-05 08:56:29 +02:00
..
src wiznet: add version check to initialization sequence 2024-06-30 23:56:17 +02:00
Cargo.toml Prepare release embassy-net-driver-channel 2024-08-05 08:56:29 +02: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.