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

only use ksz8081 for idf versions later than 4.3 (this fixes compile as component for idf 4.3) #5599

Merged
merged 5 commits into from
Oct 1, 2021

Conversation

liebman
Copy link
Contributor

@liebman liebman commented Aug 26, 2021

Summary

esp_eth_phy_new_ksz8081 was added in IDF after version 4.3 and generates a compilation error with IDF-4.3. This change will only use esp_eth_phy_new_ksz8081 for IDF versions after 4.3

Impact

This can now be compiled as a component using IDF-4.3.

@CLAassistant
Copy link

CLAassistant commented Aug 26, 2021

CLA assistant check
All committers have signed the CLA.

@enriquewph
Copy link

seems to work! compiled on IDF v4.3 without any trouble!

@me-no-dev me-no-dev merged commit e4acfbc into espressif:master Oct 1, 2021
@liebman liebman deleted the fix-component-with-idf-4.3 branch October 1, 2021 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants