You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment explicitly mentioned STM32F415 and STM32F417 devices
that don't have support for SHA256.
Now condition is reversed so those two are marked as not supported.
This will enable STM32H7 devices as well as STM32H5.
When device does not have supprt for hash HASH symbol will not
be defined and build will fail, while right now build for STM32H7 works
but hash functionality does not work.
Signed-off-by: Jerzy Kasenberg <[email protected]>
0 commit comments