summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-12-30 10:05:01 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-12-30 10:05:01 +0100
commitefcd2bda4684ed29951c808c571c4159a7aa6b28 (patch)
tree563957d565ebd47ce464e8ab098b1492169c6800 /README.rst
parentb5c513ffb03df350f29272277716bd3d5bf05a00 (diff)
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 09d266d..5fc3be0 100644
--- a/README.rst
+++ b/README.rst
@@ -174,6 +174,8 @@ The `examples/ <examples/>`_ directory contains some simple example scripts. Amo
- `print_tree.py <examples/print_tree.py>`_ prints a tree of all configuration items.
+- `merge_config.py <examples/merge_config.py>`_ merges configuration fragments to produce a complete .config, similarly to ``scripts/kconfig/merge_config.sh`` from the kernel.
+
- `menuconfig.py <examples/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::