From 2294a0d3822062ef42b073b1b482b0856a06313b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 7 Nov 2017 12:24:20 +0100 Subject: Add a separate section with real-world examples Add the esp-idf script too. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 03908eb..d9777b1 100644 --- a/README.rst +++ b/README.rst @@ -205,12 +205,14 @@ have. Real-world examples ~~~~~~~~~~~~~~~~~~~ -These use the older Kconfiglib 1 API, which was a bit clunkier and not as general (functions instead of properties, and no direct access to the menu structure or expressions): +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 :). - `gen-manual-lists.py `_ generated listings for an appendix in the `Buildroot `_ manual. (The listing has since been removed.) +- `gen_kconfig_doc.py `_ from the `esp-idf `_ project generates documentation from Kconfig files. + - `SConf `_ builds an interactive configuration interface (like ``menuconfig``) on top of Kconfiglib, for use e.g. with `SCons `_. - `kconfig-diff.py `_ -- a script by `dubiousjim `_ that compares kernel configurations. -- cgit v1.2.3