mbed-os/platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
Lingkai Dong f225791fee CMake: Support signing and merging TF-M binaries
This commit adds post binary hook support for TF-M targets.

To apply this hook to a TF-M target, do the following in the target's
`CMakeLists.txt`:
* include `mbed_set_post_build_tfm.cmake`
* call `mbed_post_build_tfm_sign_image()`, passing
  - Mbed OS target name
  - TF-M target name
  - path containing the target's bootloader, layout files and signing
    keys
  - path to the secure binary
  - path to the non-secure binary (i.e. the "raw" Mbed application)
2021-03-05 16:16:26 +00:00
..
TARGET_TFM_LATEST CMake: Support signing and merging TF-M binaries 2021-03-05 16:16:26 +00:00
TARGET_TFM_V1_0 TARGET_TFM_V1_0: compatibility with Mbed TLS 2.24.0 2021-02-25 15:40:57 +00:00
CMakeLists.txt Switch to using `TARGET_TFM_LATEST` 2021-02-25 14:02:55 +00:00