summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-05-30 22:50:57 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-05-30 22:50:57 +0200
commitb5c6ba824ca559c3cc423291f98482a709e0564a (patch)
treeace79cd1f1f568935d1d65c19370715126f61cd4 /README.md
parent424e5d7147beb7b3fe119e09d6973fca9ad0a290 (diff)
Add some real-world examples too.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 140aae1..e58e848 100644
--- a/README.md
+++ b/README.md
@@ -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