summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-12-14 17:33:47 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-12-14 17:35:45 +0100
commit595eabcb624d9da1a7bb47365ca4f7a8e76fe44a (patch)
tree21f418f1ca1ea0db8c8230973b141c3db5ea7aba
parentf8b429999f6040ec56983e02d31e551110ba1e55 (diff)
Mention that esp-idf uses Kconfiglib
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 139c133..a021e44 100644
--- a/README.rst
+++ b/README.rst
@@ -43,8 +43,10 @@ The entire library is contained in `kconfiglib.py
bundled scripts are implemented on top of it. Implementing your own scripts
should be relatively easy, if needed.
-Kconfiglib is used exclusively by e.g. the `Zephyr <https://www.zephyrproject.org/>`_
-and `ACRN <https://projectacrn.org/>`_ projects. It is also used for many small helper
+Kconfiglib is used exclusively by e.g. the `Zephyr
+<https://www.zephyrproject.org/>`__, `esp-idf
+<https://github.com/espressif/esp-idf>`__, and `ACRN
+<https://projectacrn.org/>`__ projects. It is also used for many small helper
scripts in various projects.
Since Kconfiglib is based around a library, it can be used e.g. to generate a