aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-adin1110/src/phy.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add more documentation and commentRené van Dorst2023-09-071-0/+1
|
* rustfmtRené van Dorst2023-08-241-5/+10
|
* Fix linting.René van Dorst2023-08-241-7/+7
| | | | | | | | | | I like program with deny(clippy::pedantic) but it was set as allowed, so I did get less linting errors/hints. Now it is corrected and also fix the lint errors and hints. Also fixes some comment and demagic some values. Rename `FEC` to more appropriate name `FSC`.
* Add embassy-net-adin1110René van Dorst2023-08-241-0/+137
This add a library for Analog ADIN1110 SPE SPI chip. This library is inspired by `embassy-net-w5500`.