aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph <[email protected]>2024-11-21 09:46:10 +0900
committerGitHub <[email protected]>2024-11-21 01:46:10 +0100
commitbe6eec772673ae6c46a6a022838b78cdc167bae4 (patch)
treea330d704f88d7d9fb3d614c4346760801647a299
parent66756af2f07cb6327fb7b9266dee2f5e1e2c9f98 (diff)
Update README.md (#3553)
Fixed broken link to w5500-evb-pico
-rw-r--r--embassy-net-wiznet/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-wiznet/README.md b/embassy-net-wiznet/README.md
index 786aab18d..b66619821 100644
--- a/embassy-net-wiznet/README.md
+++ b/embassy-net-wiznet/README.md
@@ -2,7 +2,7 @@
2 2
3[`embassy-net`](https://crates.io/crates/embassy-net) integration for the WIZnet SPI ethernet chips, operating in MACRAW mode. 3[`embassy-net`](https://crates.io/crates/embassy-net) integration for the WIZnet SPI ethernet chips, operating in MACRAW mode.
4 4
5See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/rp) directory for usage examples with the rp2040 [`WIZnet W5500-EVB-Pico`](https://www.wiznet.io/product-item/w5500-evb-pico/) module. 5See [`examples`](https://github.com/embassy-rs/embassy/tree/main/examples/rp) directory for usage examples with the rp2040 [`WIZnet W5500-EVB-Pico`](https://docs.wiznet.io/Product/iEthernet/W5500/w5500-evb-pico)) module.
6 6
7## Supported chips 7## Supported chips
8 8