aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-adin1110
diff options
context:
space:
mode:
authorZachary Crockett <[email protected]>2024-08-02 08:39:37 -0700
committerGitHub <[email protected]>2024-08-02 08:39:37 -0700
commit4e905bfcba4f6e68ea136b23d81c5049a0b025a6 (patch)
tree086b397c1d15939e5ce0d8a9a9753d1c34055a83 /embassy-net-adin1110
parentf2c29ba9d89fb7128eecb71dac7159d91aae855d (diff)
Fix broken link to OPEN Alliance spec for ADIN1110
Diffstat (limited to 'embassy-net-adin1110')
-rw-r--r--embassy-net-adin1110/README.md2
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
26Both modes support with and without additional CRC. 26Both modes support with and without additional CRC.
27Currently only `Generic` SPI with or without CRC is supported. 27Currently only `Generic` SPI with or without CRC is supported.