-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit updates the framework to enable doxygen checks. Signed-off-by: Harry Ramsey <[email protected]>
- Loading branch information
1 parent
610ef75
commit bf1a9c5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule framework
updated
19 files
+4 −4 | data_files/.gitignore | |
+4 −1 | scripts/all-core.sh | |
+40 −0 | scripts/apidoc_full.sh | |
+534 −0 | scripts/assemble_changelog.py | |
+73 −0 | scripts/check-doxy-blocks.pl | |
+68 −0 | scripts/check-python-files.sh | |
+5 −4 | scripts/check_files.py | |
+1,031 −0 | scripts/check_names.py | |
+40 −0 | scripts/doxygen.sh | |
+51 −46 | scripts/generate_psa_tests.py | |
+3 −3 | scripts/mbedtls_framework/build_tree.py | |
+1 −1 | scripts/mbedtls_framework/code_wrapper/psa_wrapper.py | |
+7 −3 | scripts/mbedtls_framework/collect_test_cases.py | |
+122 −0 | scripts/mbedtls_framework/min_requirements.py | |
+17 −28 | scripts/mbedtls_framework/psa_information.py | |
+9 −14 | scripts/mbedtls_framework/psa_storage.py | |
+69 −14 | scripts/mbedtls_framework/psa_test_case.py | |
+40 −0 | scripts/pkgconfig.sh | |
+47 −0 | scripts/recursion.pl |