From de8fa40a11e8a84b0388502147a346e00b6318a8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 27 Apr 2019 03:15:45 +0200 Subject: Add link to Zephyr CI checks Might be handy in other projects. Also clean up formatting a bit. --- README.rst | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index db37f19..638de30 100644 --- a/README.rst +++ b/README.rst @@ -524,13 +524,29 @@ The `examples/ `_ 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 `__. - -- `Various utilities `_ from the `ACRN `_ project. - -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): +- `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 + `__ + +- `Various automated checks + `_, + including a check for references to undefined Kconfig symbols in source code. + See the ``KconfigCheck`` class. + +- `Various utilities + `_ + from the `ACRN `_ project + +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