Merge branch 'feat/rm_c_kconfig' into 'master'

tools: Delete the old kconfig tools

Closes IDF-1111

See merge request espressif/esp-idf!16079
This commit is contained in:
Roland Dobai
2021-11-26 09:51:18 +00:00
51 changed files with 6 additions and 20170 deletions

View File

@@ -38,8 +38,6 @@ The following attributes of ``Kconfig`` files are standardized:
- No trailing spaces are allowed at the end of the lines.
- The maximum length of options is set to 40 characters.
- The maximum length of lines is set to 120 characters.
- Lines cannot be wrapped by backslash (because there is a bug in earlier versions of ``conf-idf`` which causes that
Windows line endings are not recognized after a backslash).
Format checker
--------------