Page 1 of 1

Why there is no 'Example Configuration' in the menuconfig? ESP-IDF_v5.2.2

Posted: Sun Jul 14, 2024 1:48 am
by sonictl
Why I can not see the 'Example Configuration' in the menuconfig? ESP-IDF_v5.2.2

I opened the menuconfig menu in terminal under my project root path with the command `idf.py menuconfig`

It shows some configurable items like 'Build type', 'Bootloader config', 'Security features', etc.

However, I can not see the menu "Example Configuration". Where is it?

I can see that item in the file `<esp-idf_root>/examples/peripherals/lcd/i2c_oled/main/Kconfig.projbuild`.

I want to configure for the "<esp-idf_root>/examples/peripherals/lcd/i2c_oled" and have a test about that example code on my ssd1306 oled device.

By the way, any code showing HOW to use ESP-IDF_v5.2.2 driving ssd1306 is welcomed and pretty appreciated.

Thank you!! A LOT!

Re: Why there is no 'Example Configuration' in the menuconfig? ESP-IDF_v5.2.2

Posted: Sun Jul 14, 2024 6:09 pm
by aliarifat794
Hey, have you checked here? viewtopic.php?t=27233

Re: Why there is no 'Example Configuration' in the menuconfig? ESP-IDF_v5.2.2

Posted: Mon Jul 15, 2024 1:15 am
by ESP_adokitkat
Hello.

I am on IDF branch v5.2.2, did `./install.sh` and `. ./exports.sh`, went to the folder of the example and I can see the Example configuration menuconfig option:
Screenshot 2024-07-15 031035.png
Screenshot 2024-07-15 031035.png (9.31 KiB) Viewed 1197 times
Are you sure you have done everything correctly or have ESP-IDF installed properly? Maybe try to to run `idf.py fullclean` and delete `build` folder and try `idf.py menuconfig` again.