Skip to content

Ethernet f4 #52

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

Merged
merged 4 commits into from Aug 16, 2017
Merged

Ethernet f4 #52

merged 4 commits into from Aug 16, 2017

Conversation

ghost
Copy link

@ghost ghost commented Jul 4, 2017

This PR must replace #38 because we isolated the STM32Ethernet & LwIP libraries in independent repositories.

This PR adds Ethernet feature for all cores and Ethernet configuration for NUCLEO-F429ZI variant.

fpr added 4 commits July 4, 2017 11:12
Adds Ethernet main function in core. It is empty if STM32Ethernet not called.

Signed-off-by: fpr <[email protected]>
Changes PHY configuration to match with the good one.

Signed-off-by: fpr <[email protected]>
@@ -45,6 +45,9 @@ int main( void )

for (;;)
{
// Define by Ethernet library. It is defined as __weak.
stm32_eth_scheduler();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think about add registration callback mechanism during instance init. This way it was more generic and usable for further lib

@fpistm fpistm assigned fpistm and ghost Aug 14, 2017
@fpistm fpistm added the enhancement New feature or request label Aug 14, 2017
@fpistm fpistm added this to the next release milestone Aug 14, 2017
@fpistm fpistm merged commit 59d0a61 into stm32duino:master Aug 16, 2017
@fpistm fpistm mentioned this pull request Aug 16, 2017
@ghost ghost deleted the Ethernet_F4 branch September 19, 2017 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant