Skip to content
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

Replace vendor specific register usage in stm32f4_emac.c with basic register #2685

Merged
merged 1 commit into from
Sep 16, 2016

Conversation

andreaslarssonublox
Copy link

Description

The current implementation of link state changes in stm32f4_emac.c seems to be vendor specific since it uses PHY registers above 16. To be more vendor independent we suggest to use the common registers to poll the link status. This is required to get ethernet on the C029 board to work.
What do you think?
@LMESTM
@bcostm

Status

Needs review. This has been locally verified to work with the C029 board but not with any ST-boards.

@svastm
Copy link
Contributor

svastm commented Sep 13, 2016

Looks good to me, the tests are passing on NUCLEO_F429ZG.

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 14, 2016

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 857

All builds and test passed!

@0xc0170 0xc0170 merged commit 5d1d8b4 into ARMmbed:master Sep 16, 2016
jeromecoutant added a commit to jeromecoutant/mbed that referenced this pull request Sep 19, 2016
sg- added a commit that referenced this pull request Sep 24, 2016
adbridge pushed a commit that referenced this pull request Sep 28, 2016
@andreaslarssonublox andreaslarssonublox deleted the stm32f4_phy_fix branch November 23, 2016 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants