Question
PTP support in HAL drivers STM32H7
We have migrated our project from STM32F7 to STM32H7 MCU and found that there's no support for PTP IEEE 1588 protocol in MAC Ethernet driver (HAL).
Here is a message written in stm32h7xx_hal_eth.c file:
-@- The PTP protocol offload APIs are not supported in this driver.
Is it ever going to be supported?
