Skip to content

Commit f76c323

Browse files
authored
Merge pull request #13460 from rajkan01/psa_move_platform
Move PSA FEATURE_EXPERIMENTAL_API directory to platform
2 parents 4bd8d8c + 118c010 commit f76c323

File tree

298 files changed

+3
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+3
-38
lines changed

.codecheckignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
^connectivity/drivers/emac
88
^connectivity/drivers/mbedtls
99
^connectivity/mbedtls
10-
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
11-
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
1210
^features/frameworks
1311
^connectivity/lwipstack/lwip
1412
^connectivity/lwipstack/lwip-sys
@@ -20,6 +18,8 @@
2018
^features/unsupported/
2119
^hal/storage_abstraction
2220
^platform/cxxsupport
21+
^platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV
22+
^platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
2323
^platform/tests/UNITTESTS
2424
^events/tests/UNITTESTS
2525
^rtos/source/TARGET_CORTEX/rtx4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#if !defined(MBED_CONF_RTOS_PRESENT)
2121
#error [NOT_SUPPORTED] PSA compliance attestation test cases require RTOS to run.
2222
#else
23-
void test_entry_a001(val_api_t *val_api, psa_api_t *psa_api);
23+
void test_entry_a001(val_api_t *val_api, psa_api_t *psa_api);
2424

2525
int main(void)
2626
{
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ int32_t psa_initial_attestation_get_token_size_test(caller_security_t caller)
102102

103103
return VAL_STATUS_SUCCESS;
104104
}
105-

0 commit comments

Comments
 (0)