Gyorgy Szing | 5e429cb | 2019-12-03 20:39:55 +0100 | [diff] [blame] | 1 | Welcome to TF-A CMake Framework's documentation! |
| 2 | ================================================ |
| 3 | |
| 4 | .. toctree:: |
| 5 | :maxdepth: 1 |
| 6 | :caption: Contents: |
| 7 | |
| 8 | Home<self> |
| 9 | license |
| 10 | change-log |
| 11 | contributing |
| 12 | coding-guidelines |
| 13 | maintainers |
| 14 | user_guide |
| 15 | map |
| 16 | group |
| 17 | stgt |
| 18 | gcc |
| 19 | utils |
| 20 | docs-build |
| 21 | software_requirements |
| 22 | versioning_policy |
| 23 | glossary |
| 24 | todo |
| 25 | |
| 26 | The CMake Framework is a set of CMake functions organised into logical modules, |
| 27 | adding missing features to CMake and standardizing the usage of existing ones. |
| 28 | The framework's primary purpose is to simplify creating cross-compiled, embedded |
| 29 | projects. |
| 30 | |
| 31 | The current version of the framework is version |release|. For details about |
| 32 | changes between versions please refer to the :ref:`Change Log & Release Notes`. |
| 33 | |
| 34 | For information on planned changes and issues to be addressed please refer to |
| 35 | :ref:`TODO list`. |
| 36 | |
| 37 | .. todo:: Expand general description of the framework. |
| 38 | |
| 39 | -------------- |
| 40 | |
| 41 | *Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.* |
| 42 | |
| 43 | SPDX-License-Identifier: BSD-3-Clause |