stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 41 forks source link

Fix issue #3 and #4 #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

This PR should fix #3

To test this PR please add #define DEFAULT_ETHERNET_TIMER TIM6 in lwipopts.h

The issue #4 is also fixed:

ghost commented 6 years ago

If this PR is validated, the register callback could be removed indeed.

fpistm commented 6 years ago

please @fprwi6labs could you remove the register cb. DEFAULT_ETHERNET_TIMER should also be added in the lwipot.h?

ghost commented 6 years ago

Please merge also:

ghost commented 6 years ago

Issue #4 fixed. Initialization sequence must be done only once.