From 7dca551bb022951b1fce69d482ed3daa8f5729f6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 10 Sep 2020 14:46:55 +0200 Subject: explore-kconfig: add documentation --- bin/explore-kconfig.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/explore-kconfig.py b/bin/explore-kconfig.py index 8887ef1..4c08826 100755 --- a/bin/explore-kconfig.py +++ b/bin/explore-kconfig.py @@ -1,5 +1,17 @@ #!/usr/bin/env python3 +"""explore-kconfig - Obtain build attributes of configuration variants + +explore-kconfig obtains build attributes such as ROM or RAM usage of +configuration variants for a given software project. It works on random +random configurations (--random) or in the neighbourhood +of existing configurations (--neighbourhood). + +Supported projects must be configurable via kconfig and provide a command which +outputs a JSON dict of build attributes on stdout. Use +--{clean,build,attribute}-command to configure explore-kconfig for a project. +""" + import argparse import logging import os -- cgit v1.2.3