From 3a94565c4bc80ba82012a164c00fa3a0b7e6d891 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 13 Mar 2018 05:26:02 +0100 Subject: Mention rsource and gsource in README --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index d056de0..4abdc22 100644 --- a/README.rst +++ b/README.rst @@ -126,6 +126,13 @@ Here are some other features: All warnings point out the location(s) in the ``Kconfig`` files where a symbol is defined, where applicable. + +- **Kconfig extensions** + + So far, these include a relative ``source`` statement (``rsource``) where Kconfig + file paths are specified relative to the directory of + the current Kconfig file, and a globbing ``source`` (``gsource``) that doubles + as an include-if-exists function. - **Windows support** @@ -134,6 +141,7 @@ Here are some other features: The `Zephyr `_ project uses Kconfiglib to generate ``.config`` files and C headers on Linux as well as Windows. + - **Internals that (mostly) mirror the C implementation** -- cgit v1.2.3