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

[network] postpone ethernet interface initialization to allow STARTUP() call to override pin configuration without a reset #2848

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

avtolstoy
Copy link
Member

PR is a duplicate of #2847, accidentally closed

Description

As title says. Postpones Ethernet interface initialization until after power management is initialized for all the platforms (even without aux power support). This happens after global app constructors are called, so should allow STARTUP() to override pin configuration for W5500.

Steps to Test

N/A

Example App

N/A

References

Links to the Community, Docs, Other Issues, etc..


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)

…() call to override pin configuration without a reset
@avtolstoy avtolstoy force-pushed the feature/eth-config-startup branch from 7929237 to a824de3 Compare January 14, 2025 12:08
@avtolstoy avtolstoy merged commit f77b7b1 into develop Jan 14, 2025
13 checks passed
@avtolstoy avtolstoy deleted the feature/eth-config-startup branch January 14, 2025 12:48
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.

1 participant