Lines Matching +full:user +full:- +full:files
1 .. zephyr:code-sample:: tfm_secure_partition
2 :name: TF-M Secure Partition
9 A Secure Partition is an isolated module that resides in TF-M. It exposes a number of functions or
10 "secure services" to other partitions and/or to the non-secure firmware. TF-M already contains
14 This sample creates a dummy secure partition and secure service for TF-M and instructs the TF-M
16 main file (in the non-secure firmware).
22 build files and build configuration files. The partition is built by the TF-M build system, refer to
25 For more information on how to add custom secure partitions refer to TF-M's guide:
26 https://tf-m-user-guide.trustedfirmware.org/integration_guide/services/tfm_secure_partition_additio…
30 both the secure and non-secure CMakeLists.txt file and make relevant changes, as well as the yaml
31 files inside "partition".
41 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
46 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions.
51 .. code-block:: console
53 *** Booting Zephyr OS build zephyr-v3.0.0-3061-g9bb87f4d46e9 ***