Blink Example - LED Type not available in menuconfig
Posted: Thu Dec 09, 2021 8:09 pm
Hi - I have an ESP32-S2-DevKitC-1 development board. I am trying the Blink example project. After running
idf.py set-target esp32s2
I run
idf.py menuconfig
so that I can set the parameter Example Configuration -> Blink LED type to RMT. However, this parameter doesn't appear in the menu. The only parameter in the Example Configuration menu is Blink GPIO number.
Any idea what is going on? It seems like idf.py needs to know about the development board (ESP32-S2-DevBitC-1), not just the SOC target (esp32s2) but I don't see any environment variable (or file parameter) that indicates this.
idf.py set-target esp32s2
I run
idf.py menuconfig
so that I can set the parameter Example Configuration -> Blink LED type to RMT. However, this parameter doesn't appear in the menu. The only parameter in the Example Configuration menu is Blink GPIO number.
Any idea what is going on? It seems like idf.py needs to know about the development board (ESP32-S2-DevBitC-1), not just the SOC target (esp32s2) but I don't see any environment variable (or file parameter) that indicates this.