Skip to content

Commit 00f461e

Browse files
authored
Merge pull request #10447 from kfnta/alzix/byos
PSA Bring Your Own Service
2 parents 5dab1e4 + fe9eac7 commit 00f461e

File tree

84 files changed

+873
-4054
lines changed

Some content is hidden

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

84 files changed

+873
-4054
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ test_suite.json
9797

9898
# default delivery dir
9999
DELIVERY/
100+
101+
# Directory hosting PSA autogenerated source files
102+
PSA_AUTOGEN/

TESTS/psa/crypto_access_control/COMPONENT_SPE/psa_crypto_acl_test_partition.h

Lines changed: 0 additions & 75 deletions
This file was deleted.

TESTS/psa/crypto_access_control/COMPONENT_SPE/test_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#include <stdlib.h>
19-
#include "psa_crypto_acl_test_partition.h"
19+
#include "mbed_spm_partitions.h"
2020
#include "psa/client.h"
2121
#include "psa/service.h"
2222
#include "psa/crypto.h"

TESTS/psa/crypto_access_control/TARGET_MBED_SPM/COMPONENT_SPE/psa_crypto_acl_test_partition.c

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)