STMicroelectronics / stm32h7xx_hal_driver

Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.
BSD 3-Clause "New" or "Revised" License
86 stars 36 forks source link

Missing default callbacks initialization in ETH_InitCallbacksToDefault() #22

Closed ALABSTM closed 8 months ago

ALABSTM commented 2 years ago

The static function ETH_InitCallbacksToDefault() (see code snippet below) does not assign the callbacks listed below to their defaults:

Issue reported by @MichaelStrohmeier here.

https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blob/8e7eb8dba8bee5e4c260c6fc724437502e98fc76/Src/stm32h7xx_hal_eth.c#L3327-L3338

ALABSTM commented 2 years ago

ST Internal Reference: 123929

ALABSTM commented 8 months ago

Fixed in the frame of release v1.11.0.

https://github.com/STMicroelectronics/stm32h7xx_hal_driver/blob/3bdb11df824b5e6cac6322f5d3613e8514b281c6/Src/stm32h7xx_hal_eth.c#L3327-L3344