Page 1 of 1

kconfig tutorial

Posted: Wed May 19, 2021 6:30 am
by abansal22
Hello guys,

I am new to the esp idf. I want to learn more about the project configuration. I came to know that we can configure the project before building it by using the kconfig. I want to learn more about how to write the kconfig file step by step. Could anybody provide the link for the kconfig tutorials which teaches the step by step procedure to write the kconfig files.
Thanks in advance!

Re: kconfig tutorial

Posted: Wed May 19, 2021 6:43 am
by ESP_Roland
Hello abansal22,

The syntax was adopted from the Linux kernel configuration. You can find the documentation here: https://github.com/espressif/esp-idf/bl ... nguage.txt

We have the following page on the topic of Project configuration: https://docs.espressif.com/projects/esp ... onfig.html

Re: kconfig tutorial

Posted: Wed May 19, 2021 6:48 am
by abansal22
ESP_Roland wrote:
Wed May 19, 2021 6:43 am
Hello abansal22,

The syntax was adopted from the Linux kernel configuration. You can find the documentation here: https://github.com/espressif/esp-idf/bl ... nguage.txt

We have the following page on the topic of Project configuration: https://docs.espressif.com/projects/esp ... onfig.html
Hey thanks for the quick help. It will surely increase my learning curve.

Re: kconfig tutorial

Posted: Fri Dec 30, 2022 12:38 pm
by markevens
Hello,
Look into this blog for some info about kconfig.
https://medium.com/@bhautik.markeye/esp ... 8f81b8d0d8