Merge branch 'feature/switch_to_kconfiglib_package' into 'master'

tools: Use kconfiglib from package

Closes IDF-989

See merge request espressif/esp-idf!10535
This commit is contained in:
Angus Gratton
2020-09-24 12:27:31 +08:00
15 changed files with 46 additions and 10476 deletions
@@ -276,7 +276,7 @@ The three fragment types share a common grammar:
**Condition Checking**
Condition checking enable the linker script generation to be configuration-aware. Depending on whether expressions involving configuration values
are true or not, a particular set of values for a key can be used. The evaluation uses ``eval_string`` from :idf_file:`tools/kconfig_new/kconfiglib.py`
are true or not, a particular set of values for a key can be used. The evaluation uses ``eval_string`` from kconfiglib package
and adheres to its required syntax and limitations. Supported operators are as follows:
- comparison