Search found 6 matches
- Thu Apr 10, 2025 3:33 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDE 3.3.0 folding problem
- Replies: 2
- Views: 252
Re: Espressif IDE 3.3.0 folding problem
Hello,
Could you please verify the following to ensure everything is auto-configured correctly?
1. Clangd Settings – Please refer to the screenshot to check whether the Clangd path is correctly configured.
Screenshot 2025-04-09 at 7.40.20 PM.png
2. F3 Shortcut – The F3 shortcut might not be ...
- Fri Apr 04, 2025 2:03 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDE 3.3.0 folding problem
- Replies: 2
- Views: 252
Espressif IDE 3.3.0 folding problem
Hi everybody,
I recently updated to Espressif IDE v3.3.0 (I was on v2.6.0).
The editor seems changed and it seems not possible to fold the code via + and - on the left of the code. The + and - are not shown anymore.
Moreover, the F3 shortcut to jump to definition of variable/functions is not ...
I recently updated to Espressif IDE v3.3.0 (I was on v2.6.0).
The editor seems changed and it seems not possible to fold the code via + and - on the left of the code. The + and - are not shown anymore.
Moreover, the F3 shortcut to jump to definition of variable/functions is not ...
- Thu Apr 03, 2025 1:00 pm
- Forum: IDEs for ESP-IDF
- Topic: Custom build configurations in Espressif IDE 2.6.0
- Replies: 4
- Views: 1283
[SOLVED] Re: Custom build configurations in Espressif IDE 2.6.0
Hello @kondalkolipaka,
I solved updating espressif-ide to version 3.3.0
Thanks and regards
I solved updating espressif-ide to version 3.3.0
Thanks and regards
- Wed Apr 02, 2025 1:50 pm
- Forum: IDEs for ESP-IDF
- Topic: Custom build configurations in Espressif IDE 2.6.0
- Replies: 4
- Views: 1283
Re: Custom build configurations in Espressif IDE 2.6.0
Hello,
Here is what you can do:
1. Create a project.
2. Open the Launch Configuration dialog.
3. Navigate to the Build Settings tab and enter -B build_bc in the Additional CMake Arguments section.
4. Click OK.
5. Reopen the Launch Configuration dialog.
6. Click the Duplicate button ...
- Wed Mar 26, 2025 8:29 am
- Forum: IDEs for ESP-IDF
- Topic: Custom build configurations in Espressif IDE 2.6.0
- Replies: 4
- Views: 1283
Custom build configurations in Espressif IDE 2.6.0
Hi everybody,
I have a code for ESP32-C3 and I would like to generate two build configurations to obtain two binary files (a defined constant enable a part of the code or not).
I would like the build folders of the configurations are "build_bc" and "build_gtc".
I'm using Espressif-IDE 2.6.0 ...
I have a code for ESP32-C3 and I would like to generate two build configurations to obtain two binary files (a defined constant enable a part of the code or not).
I would like the build folders of the configurations are "build_bc" and "build_gtc".
I'm using Espressif-IDE 2.6.0 ...
- Mon Nov 07, 2022 1:00 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDE binary flash to device
- Replies: 1
- Views: 2585
Espressif IDE binary flash to device
Hello everybody,
I would like to know how to download the binary file built and compiled via Espressif IDE.
I'm using ESP32-C3-devkitC-02 with esp-idf-v4.4.2
Immagine.png
I don't find any item on the menu. Currently, I need to open "ESP-IDF v4.4 CMD" and use command
idp.py -p COM3 flash
Thanks ...
I would like to know how to download the binary file built and compiled via Espressif IDE.
I'm using ESP32-C3-devkitC-02 with esp-idf-v4.4.2
Immagine.png
I don't find any item on the menu. Currently, I need to open "ESP-IDF v4.4 CMD" and use command
idp.py -p COM3 flash
Thanks ...