-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update framework submodule for CMake TF-PSA-Crypto
This commit updates the framework submodule to include commits relevant to running TF-PSA-Crypto using CMake build system. Signed-off-by: Harry Ramsey <[email protected]>
- Loading branch information
1 parent
08909c9
commit 94f5051
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule framework
updated
10 files
+27 −0 | .github/pull_request_template.md | |
+19 −1 | scripts/all-core.sh | |
+574 −0 | scripts/check_files.py | |
+286 −0 | scripts/code_style.py | |
+26 −43 | scripts/generate_psa_tests.py | |
+2 −13 | scripts/mbedtls_framework/crypto_data_tests.py | |
+23 −39 | scripts/mbedtls_framework/psa_information.py | |
+145 −0 | scripts/mbedtls_framework/psa_test_case.py | |
+33 −4 | scripts/mbedtls_framework/test_case.py | |
+41 −0 | tests/src/psa_exercise_key.c |