Skip to content
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

cmake: openthread: change crypto check for prebuilt libs #1521

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

maciejbaczmanski
Copy link
Member

Change approach on crypto checks for prebuilt libraries to compare generated configs instead of mbedtls header file.

Change approach on crypto checks for prebuilt libraries
to compare generated configs instead of mbedtls header file.

Signed-off-by: Maciej Baczmanski <[email protected]>

###################### Crypto configuration ##################

CONFIG_MBEDTLS_AES_DECRYPT_ALT=y
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can think about it as a follow-up to this PR, but I wonder whether we can have the common configuration which is visible in all variants and versions, and have only the missing ones in each library. What do you think? Having it in this approach increases maintenance costs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's a good idea! I'll create a follow up task for that as I doubt we will make this in time for 2.8.0

@rlubos rlubos merged commit d433afe into nrfconnect:main Oct 22, 2024
4 checks passed
@maciejbaczmanski maciejbaczmanski deleted the ot_moonlight_tfm branch October 22, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants