-
Notifications
You must be signed in to change notification settings - Fork 3k
mbedtls/F439ZI: add md5 HASH feature #3950
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
Question : I've added #define MBEDTLS_MD5_C in features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F439ZI/mbedtls_device.h |
|
@adustm Please resolve the conflict |
targets/targets.json
Outdated
@@ -903,7 +903,7 @@ | |||
"extra_labels": ["STM", "STM32F4", "STM32F439", "STM32F439ZI", "STM32F439xx", "STM32F439xI", "FLASH_CMSIS_ALGO"], | |||
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"], | |||
"progen": {"target": "nucleo-f439zi"}, | |||
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "MBEDTLS_CONFIG_HW_SUPPORT"], | |||
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "MBEDTLS_CONFIG_HW_SUPPORT", "MBEDTLS_MD5_C"], |
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.
same comment as in #3956 THis is end user defined feature, which should be defined in mbed_app.json or user defined config.h
rebase done |
@adustm Can this be moved against the workshop branch? |
Description
Enable MD5 for STM32F439ZI
Add HW acceleratoin for MD5 on STM32F439ZI
Status
READY
Migrations
If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.
YES | NO
Steps to test or reproduce
To test this feature, you have to modify TESTS/mbedtls/selfttest/main.cpp in order to call md5 self test:
add:
#include "mbedtls/md5.h"
then
then