mbed-os/connectivity/mbedtls/platform
Lingkai Dong fbca8e9c84 platform_mbed.h: Fix and align EXPERIMENTAL_API check
Some of the lines in `platform_mbed.h` only have `FEATURE_PSA`
checked, which is always set for Mbed OS PSA targets but the PSA
APIs are not actually available unless `FEATURE_EXPERIMENTAL_API`
is also enabled. To fix this and improve readability, group all
PSA-related lines and check both macros.
2021-06-28 11:46:57 +01:00
..
inc platform_mbed.h: Fix and align EXPERIMENTAL_API check 2021-06-28 11:46:57 +01:00
src mbedtls: Use LowPowerTimeout for mbedtls_set_alarm() if available 2021-06-14 17:49:17 +01:00