1################################
2Trusted Firmware-M Documentation
3################################
4
5.. raw:: html
6
7    <ul class="grid">
8        <li class="grid-item">
9            <a href="introduction/readme.html">
10                <img alt="" src="_static/images/tfm-introduction.png"/>
11                <h2>Introduction</h2>
12            </a>
13            <p>Introducing the Trusted Firmware-M Project: overview,
14               architecture, features, and licensing.</p>
15        </li>
16        <li class="grid-item">
17            <a href="getting_started/index.html">
18               <img alt="" src="_static/images/tfm-documentation.png"/>
19               <h2>Getting Started</h2>
20            </a>
21            <p>Follow this guide to set up a development environment on your
22               system, and then build and run a sample application.</p>
23        </li>
24        <li class="grid-item">
25            <a href="platform/index.html">
26                <img alt="" src="_static/images/tfm-platform.png"/>
27                <h2>Supported Platforms</h2>
28            </a>
29            <p>List of supported boards and platforms.</p>
30        </li>
31        <li class="grid-item">
32            <a href="contributing/index.html">
33                <img alt="" src="_static/images/tfm-contribution.png"/>
34                <h2>Contribution</h2>
35            </a>
36            <p>As an open-source project, we welcome and encourage the community
37               to submit patches directly to the project.</p>
38        </li>
39        <li class="grid-item">
40            <a href="integration_guide/index.html">
41                <img alt="" src="_static/images/tfm-integration.png"/>
42                <h2>Integration</h2>
43            </a>
44            <p>Guidelines for integration with TF-M.</p>
45        </li>
46        <li class="grid-item">
47            <a href="design_docs/index.html">
48                <img alt="" src="_static/images/tfm-reference.png"/>
49                <h2>References</h2>
50            </a>
51            <p>Design documents.</p>
52        </li>
53        <li class="grid-item">
54            <a href="security/index.html">
55                <img alt="" src="_static/images/tfm.png"/>
56                <h2>Security</h2>
57            </a>
58            <p>Requirements, processes, and thread models for ensuring security
59               is addressed within the TF-M project.</p>
60        </li>
61        <li class="grid-item">
62            <a href="releases/index.html">
63                <img alt="" src="_static/images/tfm-release.png"/>
64                <h2>Releases</h2>
65            </a>
66            <p>Release notes.</p>
67        </li>
68    </ul>
69
70.. toctree::
71    :caption: Overview
72    :titlesonly:
73    :maxdepth: 1
74    :hidden:
75
76    introduction/index
77    Getting Started <getting_started/index>
78    security/index
79    releases/index
80    Glossary <glossary>
81
82.. toctree::
83    :caption: Development
84    :titlesonly:
85    :maxdepth: 1
86    :hidden:
87
88    Platforms <platform/index>
89    building/tfm_build_instruction
90    configuration/index
91    integration_guide/index
92    design_docs/index
93    Tools <tools/index>
94
95.. toctree::
96    :caption: Contribution
97    :titlesonly:
98    :hidden:
99
100    Guidelines <contributing/index>
101    contributing/lic
102    DCO <contributing/dco>
103
104.. toctree::
105    :maxdepth: 2
106    :hidden:
107    :caption: Links
108
109    TF-M Tests <https://trustedfirmware-m.readthedocs.io/projects/tf-m-tests/en/latest/>
110    TF-M Tools <https://trustedfirmware-m.readthedocs.io/projects/tf-m-tools/en/latest/>
111    TF-M Extras <https://trustedfirmware-m.readthedocs.io/projects/tf-m-extras/en/latest/>
112    API Reference <https://ci.trustedfirmware.org/job/tf-m-build-docs-nightly/lastSuccessfulBuild/artifact/trusted-firmware-m/build/docs/reference_manual/html/index.html>
113    Security Center <https://developer.trustedfirmware.org/w/collaboration/security_center>
114    PSA <https://www.arm.com/architecture/security-features/platform-security>
115
116--------------
117
118*Copyright (c) 2017-2022, Arm Limited. All rights reserved.*
119