From efcd2bda4684ed29951c808c571c4159a7aa6b28 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 30 Dec 2017 10:05:01 +0100 Subject: Add merge_config.py example Functions similarly to scripts/kconfig/merge_config.sh from the kernel. Came up in https://github.com/zephyrproject-rtos/zephyr/pull/5417. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 09d266d..5fc3be0 100644 --- a/README.rst +++ b/README.rst @@ -174,6 +174,8 @@ The `examples/ `_ directory contains some simple example scripts. Amo - `print_tree.py `_ prints a tree of all configuration items. +- `merge_config.py `_ merges configuration fragments to produce a complete .config, similarly to ``scripts/kconfig/merge_config.sh`` from the kernel. + - `menuconfig.py `_ implements a configuration interface that uses notation similar to ``make menuconfig``. It's deliberately kept as simple as possible to demonstrate just the core concepts, and isn't something you'd actually want to use. Here's a screenshot: .. code-block:: -- cgit v1.2.3