Anton Komlev | 91281f0 | 2022-04-22 09:24:20 +0100 | [diff] [blame] | 1 | Tools |
| 2 | ===== |
| 3 | |
Anton Komlev | fb34a17 | 2022-06-27 22:42:07 +0100 | [diff] [blame] | 4 | TF-M has a growing set of tools helping in development, testing and |
| 5 | verification. The `t-fm-tools <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/>`_ |
| 6 | is a repository dedicated for gathering all of them. Please explore it for an |
| 7 | overview and more detailed information. |
Anton Komlev | 91281f0 | 2022-04-22 09:24:20 +0100 | [diff] [blame] | 8 | |
Anton Komlev | fb34a17 | 2022-06-27 22:42:07 +0100 | [diff] [blame] | 9 | Here is a list of some of them: |
| 10 | |
| 11 | - `Code size analyze tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/code-size-analyze-tool/README.rst>`_ |
| 12 | - `Library dependency trace tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/depend-trace-tool/README.rst>`_ |
| 13 | - `FIH test tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/fih_test_tool/Readme.rst>`_ |
| 14 | - `Initial Attestation Verifier <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/iat-verifier/README.rst>`_ |
| 15 | - `IRQ test tool <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/irq_test_tool/README.rst>`_ |
| 16 | - `Profiler <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/profiler/readme.rst>`_ |
| 17 | - `Static Checking Framework <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/static_checks/README.rst>`_ |
| 18 | - `Using docker to build TF-M <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/tf-m-manual-build/README.rst>`_ |
| 19 | - `TF-Fuzz <https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/tf_fuzz/README>`_ |
Anton Komlev | 91281f0 | 2022-04-22 09:24:20 +0100 | [diff] [blame] | 20 | |
| 21 | -------------- |
| 22 | |
Anton Komlev | fb34a17 | 2022-06-27 22:42:07 +0100 | [diff] [blame] | 23 | *Copyright (c) 2020-2022, Arm Limited. All rights reserved.* |