Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Apply fixes on the cmake build system #21

Closed ronald-cron-arm closed 11 months ago

ronald-cron-arm commented 1 year ago

The PSA-Crypto cmake build system is independent of the Mbed TLS ones but originates from it. It is based on the Mbed TLS cmake build system from https://github.com/Mbed-TLS/mbedtls/commit/32605b24be. Since then some fixes have been applied to the Mbed TLS cmake build system. The goal of this task is to apply the relevant fixes to the PSA-Crypto cmake build system.

Not in the scope of this issue: IAR support.

ronald-cron-arm commented 11 months ago

Done by #38.