mbed-os/platform
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
..
FEATURE_EXPERIMENTAL_API CMake: Support signing and merging TF-M binaries 2021-03-05 16:16:26 +00:00
bare_metal Added missing blockdevice mbed_lib.json 2020-11-02 16:35:26 +00:00
cxxsupport Fix make_span text in comment block 2021-01-18 15:49:29 +01:00
docs Refactor hal, platform, rtos docs 2020-09-17 16:03:43 +01:00
include/platform Update Mbed version block 2021-02-16 16:01:39 +00:00
mbed-trace CMake: add mbed-os and mbed-baremetal targets 2020-11-06 17:25:22 +00:00
randlib CMake: Rename CMake targets 2020-11-06 17:25:22 +00:00
source CMake: remove IAR references as they are not supported 2021-02-17 09:19:03 +00:00
tests Fix CMake include path for the minimal-printf test 2021-03-02 17:27:50 +00:00
CMakeLists.txt CMake: Add mbed-psa library as a dependency to mbed-core if PSA is used 2021-01-18 17:39:13 +00:00
mbed_lib.json Add crash reporting and autoreboot capability to MTS_DRAGONFLY_L471QG 2020-12-01 14:18:16 -06:00