-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stm32cube: stm32h7/h5: eth: Fix calculation of the tail pointer #257
stm32cube: stm32h7/h5: eth: Fix calculation of the tail pointer #257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply the same patch for all variants (for example, h5 needs the same patch)
Cherry-picking commit ceda3ceeca2ee77a76d2de2ee6b560ad87c90a48 in STM32H7 Cube HAL https://github.com/STMicroelectronics/stm32h7xx-hal-driver/ Fixed in hal_stm32 main branch following cube version update from version v1.11.2 to version v1.12.0. Signed-off-by: Erwan Gouriou <[email protected]>
Fixed in hal_stm32 main branch following cube version update from version v1.3.0 to version v1.4.0. Signed-off-by: Erwan Gouriou <[email protected]>
f29bb5f
to
5837af2
Compare
Remove Python 3.7 and 3.8 from the CI test matrix, as these versions are deprecated / EOL. This enables usage of Python 3.9+ features in scripts, such as str.removeprefix/str.removesuffix, and should cause any issue since the scripts are always executed manually anyways. Signed-off-by: Mathieu Choplain <[email protected]>
The upload-artifact@v2 action was deprecated since a while, and is now completely disabled (forceful CI failure). Update to v4 to get CI back. This also requires changing the artifact names, as the v4 action no longer supports uploading different artifacts with the same name. Signed-off-by: Mathieu Choplain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
I used to have the rights on the |
https://github.com/STMicroelectronics/stm32h7xx-hal-driver/
Fixed in hal_stm32 main branch following cube version update from version v1.11.2 to version v1.12.0.
from version v1.3.0 to version v1.4.0.