Developer Guide
This developer guide is intended for developers who want to work on the esp-idf-kconfig package. It also provides a guide for new contributors. For users searching for the information about how to configure their project with idf.py menuconfig, please refer to the User Guide in ESP-IDF Documentation. For advanced users using their own Kconfig files, please refer to the Kconfig language documentation.
- Contributions Guide
- Writing Tests
- Writing Good Kconfig Files
- Migration Guide From esp-idf-kconfig 2.x to 3.x
- Changes Overview
- Missing
tristatetype/mValue - The
---help---Keyword Is No Longer Supported - The
def_<type>Options Are Not Supported - The
optionKeyword Is Deprecated - The
optionalKeyword for Choice Entries Is Not Supported configorchoiceNames Must Contain Only Numbers, Uppercase Letters, and Underscores- Preprocessor Macros Are Supported Only in the Form of
symbol = valueorsymbol := value