embassy/embassy-net-wiznet
Joseph be6eec7726
Update README.md (#3553)
Fixed broken link to w5500-evb-pico
2024-11-21 01:46:10 +01: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 Update README.md (#3553) 2024-11-21 01:46:10 +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.