Merge pull request #13460 from rajkan01/psa_move_platform

Move PSA FEATURE_EXPERIMENTAL_API directory to platform
pull/13501/head
Martin Kojtal 2020-08-25 08:45:58 +01:00 committed by GitHub
commit f76c323ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
298 changed files with 3 additions and 38 deletions

View File

@ -7,8 +7,6 @@
^connectivity/drivers/emac
^connectivity/drivers/mbedtls
^connectivity/mbedtls
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
^features/frameworks
^connectivity/lwipstack/lwip
^connectivity/lwipstack/lwip-sys
@ -20,6 +18,8 @@
^features/unsupported/
^hal/storage_abstraction
^platform/cxxsupport
^platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
^platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
^platform/tests/UNITTESTS
^events/tests/UNITTESTS
^rtos/source/TARGET_CORTEX/rtx4

View File

@ -20,7 +20,7 @@
#if !defined(MBED_CONF_RTOS_PRESENT)
#error [NOT_SUPPORTED] PSA compliance attestation test cases require RTOS to run.
#else
void test_entry_a001(val_api_t *val_api, psa_api_t *psa_api);
void test_entry_a001(val_api_t *val_api, psa_api_t *psa_api);
int main(void)
{

Some files were not shown because too many files have changed in this diff Show More