diff --git a/docs/porting/security/psa_targets_in_mbed-os.md b/docs/porting/security/psa_targets_in_mbed-os.md index 6f64ee4a09..ae3cb9f3b9 100644 --- a/docs/porting/security/psa_targets_in_mbed-os.md +++ b/docs/porting/security/psa_targets_in_mbed-os.md @@ -468,7 +468,7 @@ To build TF-M and create an Mbed OS pull request: The command builds TF-M with the config `ConfigCoreIPC.cmake`, copies the TF-M binary to the location defined by the target attribute `tfm_delivery_dir`, and commits the changes to Mbed OS. - **Tip:** When you run the Python script `build_tfm.py` without any options, TF-M is built for all supported targets and the secure binary (TF-M) for each target is copied to the location defined by the target attribute `tfm_delivery_dir`. When you use the `--commit` option, a new Mbed OS commit is created with the new or modified TF-M binaries and `features/FEATURE_PSA/TARGET_TFM/VERSION.txt`. + **Tip:** When you run the Python script `build_tfm.py` without any options, TF-M is built for all supported targets and the secure binary (TF-M) for each target is copied to the location defined by the target attribute `tfm_delivery_dir`. When you use the `--commit` option, a new Mbed OS commit is created with the new or modified TF-M binaries and `features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/VERSION.txt`. 1. Switch to the `mbed-os` directory and check the latest commit.