blob: aaa67f7199de1502f54fa48c017b1a3444ca4081 [file] [log] [blame]
David Wangf55bc4e2021-08-18 15:39:24 +08001#########################
2Trusted Firmware-M Extras
3#########################
4
5The Trusted Firmware-M (TF-M) Extras repository is the extension of the TF-M
6main repository to host the examples, demonstrations, third-party modules,
7thrid-party secure partitions, etc.
8
9*******
10License
11*******
12
13The default license of new source code in this repository is :doc:`BSD-3 <license>`.
14
15Some source files are contributed by the third-parties or derived from the
16external projects. A license file should be included in the root folder of these
17source files if it has a different licence.
18
19****************
20Folder Structure
21****************
22
23- examples - This foloder hosts the examples and demos for TF-M.
24- partitions - This folder hosts the supplementary or third-party secure
25partitions for TF-M.
26
27*****************************
28Contribute to this repository
29*****************************
30
31The `contributing process <https://tf-m-user-guide.trustedfirmware.org/docs/contributing/contributing_process.html>`_ is same as TF-M main repository.
32
33*Copyright (c) 2021, Arm Limited. All rights reserved.*