summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-05-10 15:19:22 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-05-10 15:19:22 +0200
commit7188124edfcc9b40006e469078711a3815176045 (patch)
tree1a3372ff08cc7e4550058e11da2939561de1d5b2
parent0f2b78c71e9fc2c9c1890e91dc37c1a853602847 (diff)
Link ESP-IDF scripts
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2a8fcc0..6c11c8e 100644
--- a/README.rst
+++ b/README.rst
@@ -575,6 +575,10 @@ Real-world examples
generates a Kconfig symbol cross-reference, which can be viewed `here
<http://docs.zephyrproject.org/reference/kconfig/index.html>`__
+- `CMake and IDE integration
+ <https://github.com/espressif/esp-idf/tree/master/tools/kconfig_new>`_ from
+ the ESP-IDF project, via a configuration server program.
+
- `Various automated checks
<https://github.com/zephyrproject-rtos/ci-tools/blob/master/scripts/check_compliance.py>`_,
including a check for references to undefined Kconfig symbols in source code.