Search found 4 matches

by mthiiz
Thu Feb 15, 2024 2:02 am
Forum: ESP-IDF
Topic: hidden menu item of idf.py menuconfig
Replies: 10
Views: 9333

Re: hidden menu item of idf.py menuconfig


The lines from sdkconfig you show don't say anything about which target was set.
What you're looking for in sdkconfig is "CONFIG_IDF_TARGET" and/or "CONFIG_IDF_TARGET_ESP32".


I'm sorry. Acutual sdkconfig excerpt is as follows:

CONFIG_IDF_TARGET="esp32"
CONFIG_IDF_INIT_VERSION="5.3.0"
CONFIG ...
by mthiiz
Tue Feb 13, 2024 3:22 pm
Forum: ESP-IDF
Topic: hidden menu item of idf.py menuconfig
Replies: 10
Views: 9333

Re: hidden menu item of idf.py menuconfig

After 'idf.py fullclean' and removing sdkconfig, sdkconfig.defaults, and build/,
then 'idf.py set-target esp32', I got,

```
:
Executing action: set-target
Set Target to: esp32, new sdkconfig will be created.
:
```
But misterious 'SoC' target was selected in sdkconfig as follows,
```
:
CONFIG_SOC ...
by mthiiz
Mon Feb 12, 2024 12:44 am
Forum: ESP-IDF
Topic: hidden menu item of idf.py menuconfig
Replies: 10
Views: 9333

Re: hidden menu item of idf.py menuconfig

There is no menu even if pressing 'A'.

Hiding perfectrly under esp32-camera/example/camera_example folder after removing
sdkconfig.defaults.

But under the esp-idf/example folder(such as softap) having nothing to do with `esp32-camera`,
I can see the menu again.

This is very strange behavior. That ...
by mthiiz
Sun Feb 11, 2024 4:59 am
Forum: ESP-IDF
Topic: hidden menu item of idf.py menuconfig
Replies: 10
Views: 9333

hidden menu item of idf.py menuconfig

This is newbie question, sorry. But I could not find this topic.

I could not find the spiram setting menu item in idf.py menuconfig under esp32-cam/example subdirectories.
I removed those all related files
* sdkconfig
* sdkconfig.defaults
* build/
Though, the spiram related menu item were stayed ...

Go to advanced search