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 HAL_ETH_LEGACY_MODULE_ENABLED #42

Closed Malcolmnixon closed 5 months ago

Malcolmnixon commented 6 months ago

Describe the bug The STM32H7xx HAL release notes refer to HAL_ETH_LEGACY_MODULE_ENABLED in the hal conf file; however the conf template provided does not contain these entries.

Referring instead to the STM32F7xx hal conf template, we do see these symbols:

/* #define HAL_ETH_LEGACY_MODULE_ENABLED */
#ifdef HAL_ETH_LEGACY_MODULE_ENABLED
  #include "stm32f7xx_hal_eth_legacy.h"
#endif /* HAL_ETH_LEGACY_MODULE_ENABLED */

It would be beneficial to have these present in the H7 HAL.

TOUNSTM commented 6 months ago

ST Internal Reference: 168740

TOUNSTM commented 5 months ago

Fixed in https://github.com/STMicroelectronics/stm32h7xx_hal_driver/commit/8041954d2b7d1a57a86215e2e0f0170fd937ccbe