Skip to content

Commit

Permalink
update link to W5500 product page
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 9, 2024
1 parent a7700ad commit d2ff6fe
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Embedded rust support for the [Wiznet W5500] SPI internet offload chip.
| [`w5500-sntp`] | [![crates.io](https://img.shields.io/crates/v/w5500-sntp.svg)](https://crates.io/crates/w5500-sntp) | [![Documentation](https://docs.rs/w5500-sntp/badge.svg)](https://docs.rs/w5500-sntp) |
| [`w5500-tls`] | [![crates.io](https://img.shields.io/crates/v/w5500-tls.svg)](https://crates.io/crates/w5500-tls) | [![Documentation](https://docs.rs/w5500-tls/badge.svg)](https://docs.rs/w5500-tls) |

[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
[`w5500-dhcp`]: https://github.com/newAM/w5500-rs/tree/main/dhcp
[`w5500-dns`]: https://github.com/newAM/w5500-rs/tree/main/dns
[`w5500-hl`]: https://github.com/newAM/w5500-rs/tree/main/hl
Expand Down
2 changes: 1 addition & 1 deletion dhcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ All features are disabled by default.
* `log`: Enable logging with `log`.

[`w5500-hl`]: https://crates.io/crates/w5500-hl
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
2 changes: 1 addition & 1 deletion dhcp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! * `log`: Enable logging with `log`.
//!
//! [`w5500-hl`]: https://crates.io/crates/w5500-hl
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(test), no_std)]
#![forbid(unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ All features are disabled by default.
* `log`: Enable logging with `log`.

[`w5500-hl`]: https://crates.io/crates/w5500-hl
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
2 changes: 1 addition & 1 deletion dns/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
//! * `log`: Enable logging with `log`.
//!
//! [`w5500-hl`]: https://crates.io/crates/w5500-hl
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(test), no_std)]
#![deny(unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion hl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ w5500.tcp_listen(HTTP_SOCKET, HTTP_PORT)?;
[`Tcp`]: https://docs.rs/w5500-hl/latest/w5500_hl/trait.Tcp.html
[`Udp`]: https://docs.rs/w5500-hl/latest/w5500_hl/trait.Udp.html
[`w5500-ll`]: https://crates.io/crates/w5500-ll
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
2 changes: 1 addition & 1 deletion hl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
//! [`Tcp`]: https://docs.rs/w5500-hl/latest/w5500_hl/trait.Tcp.html
//! [`Udp`]: https://docs.rs/w5500-hl/latest/w5500_hl/trait.Udp.html
//! [`w5500-ll`]: https://crates.io/crates/w5500-ll
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(not(test), no_std)]

Expand Down
2 changes: 1 addition & 1 deletion ll/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ All features are disabled by default.
Implements the [`aio::Registers`] trait for types in the [`eh1`] module
using the `embedded-hal-async` traits.

[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
[`aio::Registers`]: https://docs.rs/w5500-ll/latest/w5500_ll/aio/trait.Registers.html
[`aio`]: https://docs.rs/w5500-ll/latest/w5500_ll/aio/index.html
[`eh0`]: https://docs.rs/w5500-ll/latest/w5500_ll/eh0/index.html
Expand Down
2 changes: 1 addition & 1 deletion ll/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
//! Implements the [`aio::Registers`] trait for types in the [`eh1`] module
//! using the `embedded-hal-async` traits.
//!
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
//! [`aio::Registers`]: https://docs.rs/w5500-ll/latest/w5500_ll/aio/trait.Registers.html
//! [`aio`]: https://docs.rs/w5500-ll/latest/w5500_ll/aio/index.html
//! [`eh0`]: https://docs.rs/w5500-ll/latest/w5500_ll/eh0/index.html
Expand Down
2 changes: 1 addition & 1 deletion mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ All features are disabled by default.

[`w5500-hl`]: https://crates.io/crates/w5500-hl
[`w5500-tls`]: https://crates.io/crates/w5500-tls
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
2 changes: 1 addition & 1 deletion mqtt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//!
//! [`w5500-hl`]: https://crates.io/crates/w5500-hl
//! [`w5500-tls`]: https://crates.io/crates/w5500-tls
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(test), no_std)]
#![deny(unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion regsim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This is in an early alpha state, there are many todos throughout the code.

Believe it or not that is not simply a list of all registers.

[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
[`std::net`]: https://doc.rust-lang.org/std/net/index.html
[`w5500-hl`]: https://crates.io/crates/w5500-hl
[`w5500_ll::Registers`]: https://docs.rs/w5500-ll/latest/w5500_ll/trait.Registers.html
2 changes: 1 addition & 1 deletion regsim/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//!
//! Believe it or not that is not simply a list of all registers.
//!
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
//! [`std::net`]: https://doc.rust-lang.org/std/net/index.html
//! [`w5500-hl`]: https://crates.io/crates/w5500-hl
//! [`w5500_ll::Registers`]: https://docs.rs/w5500-ll/latest/w5500_ll/trait.Registers.html
Expand Down
2 changes: 1 addition & 1 deletion sntp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ All features are disabled by default.
* [RFC 4330](https://www.rfc-editor.org/rfc/rfc4330.html)

[`w5500-hl`]: https://crates.io/crates/w5500-hl
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
2 changes: 1 addition & 1 deletion sntp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//! * [RFC 4330](https://www.rfc-editor.org/rfc/rfc4330.html)
//!
//! [`w5500-hl`]: https://crates.io/crates/w5500-hl
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(test), no_std)]
#![deny(unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ All features are disabled by default.

[`w5500-hl`]: https://crates.io/crates/w5500-hl
[`p256-cm4`]: https://crates.io/crates/p256-cm4
[Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
[Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
2 changes: 1 addition & 1 deletion tls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
//!
//! [`w5500-hl`]: https://crates.io/crates/w5500-hl
//! [`p256-cm4`]: https://crates.io/crates/p256-cm4
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
//! [Wiznet W5500]: https://docs.wiznet.io/Product/iEthernet/W5500/overview
#![cfg_attr(docsrs, feature(doc_cfg), feature(doc_auto_cfg))]
#![cfg_attr(not(test), no_std)]
#![deny(unsafe_code)]
Expand Down

0 comments on commit d2ff6fe

Please sign in to comment.