pull/9963/head
Oren Cohen 2019-03-07 01:08:24 +02:00 committed by GitHub
parent 6695c22634
commit 43e819e785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ mbed-os holds 2 implementations of PSA:
each implementation requires a set of auto generated files describing the secure partitions.
* `generate_partition_code.py` - Generate files for both implementations.
* `generate_mbed_spm_partition_code.py` - Generate files for BMED_SPM.
* `generate_mbed_spm_partition_code.py` - Generate files for MBED_SPM.
* `generate_tfm_partition_code.py` - Generate files for TF-M.
* `mbed_spm_tfm_common.py` - Holds common functions for both.