aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/eth/generic_phy.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add new{_with_phy}, new_mii{_with_phy}datdenkikniet2025-11-141-0/+5
|
* ETH no longer knows about Station managementdatdenkikniet2025-11-131-21/+24
|
* stm32: extract block_for_usxoviat2025-11-131-13/+1
| | | | remove from pub api
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-261-0/+165
We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB.