mirror of https://github.com/ARMmbed/mbed-os.git
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)
|
||
|---|---|---|
| .. | ||
| FEATURE_EXPERIMENTAL_API | ||
| bare_metal | ||
| cxxsupport | ||
| docs | ||
| include/platform | ||
| mbed-trace | ||
| randlib | ||
| source | ||
| tests | ||
| CMakeLists.txt | ||
| mbed_lib.json | ||