stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
152 stars 43 forks source link

STM32F4 HAL Ethernet module change (compatibility break) #61

Open fpistm opened 2 years ago

fpistm commented 2 years ago

Since STM32CubeF4 Firmware Package v1.27.0:

The following changes done on the HAL drivers require an update of the application code based on older HAL versions

Rework of HAL Ethernet driver to resolve problems and improve performance.(compatibility break)

fpistm commented 2 years ago

To avoid breaking compatibility with new HAL driver, HAL legacy support has been added to the core: https://github.com/stm32duino/Arduino_Core_STM32/pull/1710

While this issue is not implemented, legacy driver will be used.