commit | 1ca28e1db6d8dfd6e8d4e68383704b6ba95857b2 | [log] [tgz] |
---|---|---|
author | Benjamin Cabé <benjamin@zephyrproject.org> | Thu Jun 27 17:35:19 2024 +0200 |
committer | Benjamin Cabé <benjamin@zephyrproject.org> | Thu Jul 11 19:03:41 2024 +0200 |
tree | 9ebd3b7a58f1713b3a30f8d728771971c41c559c | |
parent | 52bfa97ba66afc08481f6fd7631322593bd89691 [diff] |
stm32f7: fix TX timestamp check It looks like the original code was a bad copy-paste from H5/H7 HALs. ETH_DMATXDESC_LS and ETH_DMATXDESC_TTSS are flags from the DESC0 register. This fix allows to effectively set the TX timestamp properly when there is one. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
STM32Cube is an STMicroelectronics original initiative to ease developers' life by reducing efforts, time and cost.
STM32Cube covers the overall STM32 products portfolio. It includes a comprehensive embedded software platform delivered for each STM32 series.
Two models of publication are proposed for the STM32Cube embedded software:
This stm32f7xx_hal_driver MCU component repo is one element of the STM32CubeF7 MCU embedded software package, providing the HAL-LL Drivers part.
Details about the content of this release are available in the release note here.
It is crucial that you use a consistent set of versions for the CMSIS Core - CMSIS Device - HAL, as mentioned in this release note.
The full STM32CubeF7 MCU package is available here.
Please refer to the CONTRIBUTING.md guide.