Refactor PSA code generators
* Unify PSA generators
* Replace scanning for mbed_spm templates with json
* Make generate_source_files and parse_manifests common
* Make assert_int an internal function
* Use parse_manifests in pytests
* Update docs
ls
1 parent ffe9ddf commit ae4341e8dbf5b840f5b8232001e84835458873cf
@Oren Cohen Oren Cohen authored on 1 Apr 2019
Showing 7 changed files
View
tools/psa/README.md
View
tools/psa/generate_mbed_spm_partition_code.py 100644 → 0
View
tools/psa/generate_partition_code.py
View
tools/psa/generate_tfm_partition_code.py 100644 → 0
View
tools/psa/mbed_spm/mbed_spm_generated_file_list.json 0 → 100644
View
tools/psa/mbed_spm_tfm_common.py
View
tools/test/spm/test_generate_partition_code.py