David Wang | f55bc4e | 2021-08-18 15:39:24 +0800 | [diff] [blame^] | 1 | ######################### |
| 2 | Trusted Firmware-M Extras |
| 3 | ######################### |
| 4 | |
| 5 | The Trusted Firmware-M (TF-M) Extras repository is the extension of the TF-M |
| 6 | main repository to host the examples, demonstrations, third-party modules, |
| 7 | thrid-party secure partitions, etc. |
| 8 | |
| 9 | ******* |
| 10 | License |
| 11 | ******* |
| 12 | |
| 13 | The default license of new source code in this repository is :doc:`BSD-3 <license>`. |
| 14 | |
| 15 | Some source files are contributed by the third-parties or derived from the |
| 16 | external projects. A license file should be included in the root folder of these |
| 17 | source files if it has a different licence. |
| 18 | |
| 19 | **************** |
| 20 | Folder 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 |
| 25 | partitions for TF-M. |
| 26 | |
| 27 | ***************************** |
| 28 | Contribute to this repository |
| 29 | ***************************** |
| 30 | |
| 31 | The `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.* |