Skip to content

hw/drivers/hash_stm32: Enable for STM32H devices #3412

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Apr 15, 2025

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.

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 <jerzy.kasenberg@codecoup.pl>
@kasjer kasjer requested a review from m-gorecki April 16, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant