diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-30 22:50:57 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-30 22:50:57 +0200 |
| commit | b5c6ba824ca559c3cc423291f98482a709e0564a (patch) | |
| tree | ace79cd1f1f568935d1d65c19370715126f61cd4 /README.md | |
| parent | 424e5d7147beb7b3fe119e09d6973fca9ad0a290 (diff) | |
Add some real-world examples too.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -65,9 +65,14 @@ language has some dark corners. ## Examples ## -The [examples/](examples/) directory contains simple example programs that make use -of Kconfiglib. See the documentation for how to run them. + * The [examples/](examples/) directory contains simple example scripts. See the documentation for how to run them. + * [gen-manual-lists.py](http://git.buildroot.net/buildroot/tree/support/scripts/gen-manual-lists.py) from [Buildroot](http://buildroot.uclibc.org/) generates listings for the [appendix of the manual](http://buildroot.uclibc.org/downloads/manual/manual.html#_appendix). Due to an oversight, there were no APIs for fetching prompts from symbols and choices when it was written. Those have been added. + + * [genboardscfg.py](http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD) from [Das U-Boot](http://www.denx.de/wiki/U-Boot) generates some sort of legacy boards database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :). + + * Originally, Kconfiglib was used in chapter 4 my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Some of the other code in it bothers me a bit now that I have more experience, but that's how it goes with old code. + ## Test suite ## The test suite is run with |
