Skip to content

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