]> granicus.if.org Git - esp-idf/commit
kconfig: Add confserver.py to expose sdkconfig to clients
authorAngus Gratton <angus@espressif.com>
Wed, 16 May 2018 06:54:22 +0000 (14:54 +0800)
committerAngus Gratton <gus@projectgus.com>
Thu, 7 Jun 2018 04:23:08 +0000 (14:23 +1000)
commit6065d2fd089267e9bb79bc5734f9ede4af3f8d63
treec965c2da0ff74ba6da41c1f7b3026817106dba7a
parent8c5f1c866baebd8bf29169cb62509a072768489e
kconfig: Add confserver.py to expose sdkconfig to clients
12 files changed:
.gitlab-ci.yml
docs/en/api-guides/build-system.rst
tools/ci/executable-list.txt
tools/cmake/kconfig.cmake
tools/idf.py
tools/kconfig_new/confgen.py
tools/kconfig_new/confserver.py [new file with mode: 0755]
tools/kconfig_new/kconfiglib.py
tools/kconfig_new/test/Kconfig [new file with mode: 0644]
tools/kconfig_new/test/sdkconfig [new file with mode: 0644]
tools/kconfig_new/test/test_confserver.py [new file with mode: 0755]
tools/kconfig_new/test/testcases.txt [new file with mode: 0644]