From 9f6e390a70be3cc15a9c669e9815eedb9d91896b Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Thu, 9 Jul 2020 15:57:55 +0100 Subject: [PATCH] psa: Add missing FEATURE_EXPERIMENTAL_API in path --- docs/porting/security/psa_targets_in_mbed-os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.