diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-02 15:49:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-02 15:49:23 +0000 |
| commit | a2ea2630f648a9a46dc4f9276d9f5eaf256ae893 (patch) | |
| tree | 086b397c1d15939e5ce0d8a9a9753d1c34055a83 | |
| parent | f2c29ba9d89fb7128eecb71dac7159d91aae855d (diff) | |
| parent | 4e905bfcba4f6e68ea136b23d81c5049a0b025a6 (diff) | |
Merge pull request #3224 from towynlin/adin1110-readme
Fix broken link to OPEN Alliance spec for ADIN1110
| -rw-r--r-- | embassy-net-adin1110/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-adin1110/README.md b/embassy-net-adin1110/README.md index 39a38960d..0514274b4 100644 --- a/embassy-net-adin1110/README.md +++ b/embassy-net-adin1110/README.md | |||
| @@ -21,7 +21,7 @@ APL can be used in [`intrinsic safety applications/explosion hazardous areas`](h | |||
| 21 | 21 | ||
| 22 | ## Supported SPI modes | 22 | ## Supported SPI modes |
| 23 | 23 | ||
| 24 | `ADIN1110` supports two SPI modes. `Generic` and [`OPEN Alliance 10BASE-T1x MAC-PHY serial interface`](https://opensig.org/download/document/OPEN_Alliance_10BASET1x_MAC-PHY_Serial_Interface_V1.1.pdf) | 24 | `ADIN1110` supports two SPI modes. `Generic` and [`OPEN Alliance 10BASE-T1x MAC-PHY serial interface`](https://opensig.org/wp-content/uploads/2023/12/OPEN_Alliance_10BASET1x_MAC-PHY_Serial_Interface_V1.1.pdf) |
| 25 | 25 | ||
| 26 | Both modes support with and without additional CRC. | 26 | Both modes support with and without additional CRC. |
| 27 | Currently only `Generic` SPI with or without CRC is supported. | 27 | Currently only `Generic` SPI with or without CRC is supported. |
