diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-12-30 10:05:01 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-12-30 10:05:01 +0100 |
| commit | efcd2bda4684ed29951c808c571c4159a7aa6b28 (patch) | |
| tree | 563957d565ebd47ce464e8ab098b1492169c6800 /README.rst | |
| parent | b5c513ffb03df350f29272277716bd3d5bf05a00 (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.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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:: |
