-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add clause 45 MDIO read/write #202
Conversation
Add clause 45 support for h7. Signed-off-by: Angelo Dureghello <[email protected]>
ce418dd
to
284ac1a
Compare
I can eventually add the same for h5 and f, but i can't test on those mcus since i only have a h723 nucleo board actually. |
Below a brief unit test i did
|
@spectrum70 Thanks for this change but we don't merge new features in this fork. However, you can submit them in https://github.com/STMicroelectronics/STM32CubeH7. If approved, we can merge them here. |
@erwango |
Well, indeed, if HAL support is not possible, we'll need to find a way to integrate it in Zephyr driver. |
@spectrum70 Is this PR still active ? |
@spectrum70 Is this PR still relevant ? |
@spectrum70 Closing. Please re-open if required |
Hi,
working on adding some stm32 PHY chip drivers into Zephyr, i.e. adin1100, (patch in progress) and MDIO Clause 45 is a "nice to have" feature.
From some checks, h7 family (and h5, or likely f7 too) supports HW Clause 45 implementation (inside ETH IP module). Not clear why it has never been added to stm32cube HAL. This patch adds the c45 support.