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
Add workaround for mbedtls using PSA.
The MbedTLS library is not compatible with the PSA headers provided
by TF-M. Add prototype of the functions not supported by TF-M to prevent
undefined reference warning. This will still fail at link-time if the
application tries to use the functions.
This commit is temporary until mbedtls and TF-M projects address this
issue.
Mbed-TLS/mbedtls#8602
Fix is in mbed TLS commit:
8f1c36df00f6cdca0ba0bb04a497057c37248017
Could not cherry-picked due to it beeing a merge commit
Signed-off-by: Joakim Andersson <[email protected]>
Signed-off-by: Markus Swarowsky <[email protected]>
Change-Id: I66fcb9d971929f3c21e93c8c3f3c0c666c6563c7
Signed-off-by: Markus Swarowsky <[email protected]>
0 commit comments