Search found 6 matches

by ESP_aliazamrana
Fri Jun 14, 2024 8:04 am
Forum: IDEs for ESP-IDF
Topic: Espressif-IDE v3.0.0 (stable) --- Can not get Code format to work
Replies: 6
Views: 3820

Re: Espressif-IDE v3.0.0 (stable) --- Can not get Code format to work

I can see lots of improvements in the Eclipse IDE V3.0.0 however I can not change the C Code Formatter off default. I use a custom format (like GNU) but even though I select it the Source -> Format always seem to use K&R Built in. I can not even select other built in formatters or use "Project spec...
by ESP_aliazamrana
Thu Sep 14, 2023 9:37 am
Forum: ESP-IDF
Topic: Espressif IDE - how to run menuconfig?
Replies: 2
Views: 3136

Re: Espressif IDE - how to run menuconfig?

Hi,

Thank you for your appreciation.
You can simply double click the sdkconfig in the project explorer it will open it in a specific editor and it contains all the menuconfig options in a user friendly editor.

Feel free to reach out if you need any more help.
by ESP_aliazamrana
Fri May 19, 2023 9:14 am
Forum: IDEs for ESP-IDF
Topic: Espressif IDE keeps saying that a different IDF path was found when starting up
Replies: 1
Views: 2891

Re: Espressif IDE keeps saying that a different IDF path was found when starting up

Hi Thank you for reporting the issue to us. We are working on a fix for this until then you can try to manually configure your esp_idf.json file which is located in the root of the IDE directory. The file will contain the IDF path that is pointing to the old version 4.4 since you installed it via th...
by ESP_aliazamrana
Thu Nov 11, 2021 7:15 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 39918

Re: How to install and use Eclipse properly to build example codes

I have only been working with the sample "Hello_World" and "blink" projects. I've only modified the main source code a little bit, and somehow I got "Hello_World" to work in Eclipse but not "blink". I really need to learn more about Eclipse which will be more convenient to edit, build, flash, and r...
by ESP_aliazamrana
Wed Nov 10, 2021 11:39 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 39918

Re: How to install and use Eclipse properly to build example codes

I installed the ESP-IDF suite on Windows 10 according to the information in https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html, and it somehow got installed on my C:\users\public\desktop\edf-ide-2 folder. The desktop also has the shortcut links to ESP-IDF 4.3 CMD, ES...
by ESP_aliazamrana
Wed Nov 10, 2021 11:11 am
Forum: IDEs for ESP-IDF
Topic: How to install and use Eclipse properly to build example codes
Replies: 11
Views: 39918

Re: How to install and use Eclipse properly to build example codes

Hi You are right about installing it in a proper user directory because anything not in user directory often requires the admin privileges to run. If you are not seeing this in the General software installation manager in windows you can remove the folders and install in proper directory if you used...