1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/features_yaml2mx
Marian Buschsieweke 3ee25d02be
features.yaml: List and document all RIOT features
This lists and documents features in a machine readable form. It is
intended to be used for documentation and the build system.

Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
Co-authored-by: chrysn <chrysn@fsfe.org>
2024-02-23 15:12:11 +01:00
..
features_yaml2mx.py dist/tools/features_yaml2mx: feature management utility 2024-02-23 15:12:07 +01:00
README.md dist/tools/features_yaml2mx: feature management utility 2024-02-23 15:12:07 +01:00
schema.cddl features.yaml: List and document all RIOT features 2024-02-23 15:12:11 +01:00

Tool to export features described in a YAML to formats usable by our build system

The python script in this folder converts features specified in a YAML file to a Makefile for use to check provided and requested features against, as well as a markdown file for consumption by Doxygen to document the features.

The YAML file containing the features is features.yaml in the root of the repo. Its syntax is documented in a comment on top of said file.

This script should be invoked by running make generate-features in the root of the repository.