-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32: Fix data alignment issue in HASH function for F2, F7, L4 #7205
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
Conversation
Looks good to me +1. |
@ARMmbed/team-st-mcd Are y'all alright with the changes? |
/morph build |
Build : SUCCESSBuild number : 2387 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2022 |
Test : SUCCESSBuild number : 2175 |
Holding to wait for feedback from @ARMmbed/team-st-mcd, just in case. |
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.
@bcostm is ST team :-)
I agree with myself :) No seriously, we need to be coherent. This patch has been added for the F4 devices, so there is no reason to not add it for other STM32 devices... Otherwise we need to revert the F4 patch ... |
Description
This PR fixes an issue with data alignment in ST HAL hash write data function.
This is the same change has the one done in PR #7176 and it fixes Issue #7188.
@KariHaapalehto can you please review it and tell me which test(s) did you use to verify it on the STM32F4 ?
cc @ARMmbed/team-st-mcd for review also
Pull request type