From c8539bc7bbd7b404a46b8dc07e0a43fb0647cfa7 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 1 May 2018 01:20:13 +0200 Subject: Add genrest.py from the Zephyr project as an example --- README.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 78dc63f..50b5d57 100644 --- a/README.rst +++ b/README.rst @@ -343,6 +343,8 @@ Real-world examples - `kconfig.py `_ from the `Zephyr `_ project handles ``.config`` and header file generation, also doing configuration fragment merging. +- `genrest.py `_ generates a Kconfig symbol cross-reference, which can be viewed `here `_. + These use the older Kconfiglib 1 API, which was clunkier and not as general (functions instead of properties, no direct access to the menu structure or properties, uglier ``__str__()`` output): - `genboardscfg.py `_ from `Das U-Boot `_ generates some sort of legacy board database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :). -- cgit v1.2.3