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

doc: release-notes-2.6: Add issue with mbedtls PSA API and TF-M #35513

Merged
merged 1 commit into from
May 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/releases/release-notes-2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,11 @@ Trusted Firmware-m
* BL5340 DVK
* STM32L562E DK

* NOTE: Trusted-Firmware-M can not currently be used with mbedtls 2.26.0 when
PSA APIs are enabled in mbedtls (``MBEDTLS_USE_PSA_CRYPTO`` and
``MBEDTLS_PSA_CRYPTO_C``). If both TF-M and mbedtls are required, mbedtls
must be used without the PSA APIs. This will be resolved in a future
update to mbedtls.

Documentation
*************
Expand Down