Thanks for reporting this! What you're seeing is a UI interpretation issue, not flash exhaustion.
In the ESP-IDF Size view, Flash Code and Flash Data are section-size breakdowns from the firmware image (.text/.rodata), not fixed-capacity memory pools like IRAM/DRAM. Because of that, the current ...
Search found 273 matches
- Wed Jul 01, 2026 6:56 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF Size option question
- Replies: 1
- Views: 60
- Mon Jun 29, 2026 6:18 am
- Forum: IDEs for ESP-IDF
- Topic: Need Support for ESP-IDF Setup with LVGL.
- Replies: 6
- Views: 146
Re: Need Support for ESP-IDF Setup with LVGL.
Hello,
It could be a terminal specific issue https://github.com/espressif/vscode-esp-idf-extension/issues/6, we will check that.
However, esp-idf vscode extension offers " ESP-IDF: SDK Configuration Editor " command to launch the menuconfig, please check if that helps?
Screenshot 2026-06-29 at ...
It could be a terminal specific issue https://github.com/espressif/vscode-esp-idf-extension/issues/6, we will check that.
However, esp-idf vscode extension offers " ESP-IDF: SDK Configuration Editor " command to launch the menuconfig, please check if that helps?
Screenshot 2026-06-29 at ...
- Mon Jun 29, 2026 6:01 am
- Forum: IDEs for ESP-IDF
- Topic: Vscode : compile warnings disappear from terminal window
- Replies: 1
- Views: 42
Re: Vscode : compile warnings disappear from terminal window
Hello,
As this happens because it was switching from the build task to the size task terminal internally.
VSCode has inbuilt support for switching terminals.
Windows / Linux: Press Ctrl + PageUp (previous) or Ctrl + PageDown (next).
macOS: Press Cmd + Shift + ] (previous) or Cmd + Shift ...
As this happens because it was switching from the build task to the size task terminal internally.
VSCode has inbuilt support for switching terminals.
Windows / Linux: Press Ctrl + PageUp (previous) or Ctrl + PageDown (next).
macOS: Press Cmd + Shift + ] (previous) or Cmd + Shift ...
- Thu Jun 18, 2026 11:20 am
- Forum: ESP-IDF
- Topic: Installation of Espressif-IDE fails
- Replies: 1
- Views: 84
Re: Installation of Espressif-IDE fails
Hello,
Could you confirm which version of Espressif-IDE and EIM you're using?
Most likely this would have fixed with this https://github.com/espressif/idf-im-ui/pull/834, so please update to the latest eim version and let us know how it goes?
Thanks!
Could you confirm which version of Espressif-IDE and EIM you're using?
Most likely this would have fixed with this https://github.com/espressif/idf-im-ui/pull/834, so please update to the latest eim version and let us know how it goes?
Thanks!
- Thu Jun 11, 2026 11:23 am
- Forum: IDEs for ESP-IDF
- Topic: Couldn't resolve the problem
- Replies: 1
- Views: 77
Re: Couldn't resolve the problem
Hello,
Could you please update to v4.3.0 and check whether you still encounter the same issue?
We've also updated the ESP-IDF installation mechanism in the IDEs to use EIM (ESP-IDF Installation Manager).
Thank you.
Could you please update to v4.3.0 and check whether you still encounter the same issue?
We've also updated the ESP-IDF installation mechanism in the IDEs to use EIM (ESP-IDF Installation Manager).
Thank you.
- Tue Jun 02, 2026 8:01 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE v4.3.0 released
- Replies: 0
- Views: 128
Espressif-IDE v4.3.0 released
Espressif-IDE v4.3.0 released!
Espressif-IDE v4.3.0 brings ESP-IDF Kconfig 3.x support, improved ESP-IDF version and target detection, enhanced EIM integration and path discovery. The release also adds a new preference for configuring eim_idf.json, improves Windows support with installer and ...
Espressif-IDE v4.3.0 brings ESP-IDF Kconfig 3.x support, improved ESP-IDF version and target detection, enhanced EIM integration and path discovery. The release also adds a new preference for configuring eim_idf.json, improves Windows support with installer and ...
- Tue May 05, 2026 7:27 am
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF Extension for VS Code Release v2.1.0
- Replies: 0
- Views: 177
ESP-IDF Extension for VS Code Release v2.1.0
Hello All,
We are pleased to announce the release of ESP-IDF Extension for VS Code v2.1.0 .
ESP-IDF Extension for VS Code v2.1.0 brings improvements to developer experience with better clangd handling, organized settings, and added ESP32-P4 PIE register support for debugging. It also refines EIM ...
We are pleased to announce the release of ESP-IDF Extension for VS Code v2.1.0 .
ESP-IDF Extension for VS Code v2.1.0 brings improvements to developer experience with better clangd handling, organized settings, and added ESP32-P4 PIE register support for debugging. It also refines EIM ...
- Tue Apr 28, 2026 8:30 am
- Forum: IDEs for ESP-IDF
- Topic: Need help with Espressif IDE 4.0
- Replies: 10
- Views: 1231
Re: Need help with Espressif IDE 4.0
Hello,
I was trying to reproduce this behaviour with the similar headers!
Build is fine - this is an IDE indexer (clangd) false error, not a real compile issue.
How to fix:
- update .clangd to avoid this false-positive escalation:
CompileFlags:
CompilationDatabase: build
Remove: [-m*, -f ...
I was trying to reproduce this behaviour with the similar headers!
Build is fine - this is an IDE indexer (clangd) false error, not a real compile issue.
How to fix:
- update .clangd to avoid this false-positive escalation:
CompileFlags:
CompilationDatabase: build
Remove: [-m*, -f ...
- Thu Apr 09, 2026 6:12 am
- Forum: IDEs for ESP-IDF
- Topic: Espressif-IDE v4.2.0 released
- Replies: 0
- Views: 164
Espressif-IDE v4.2.0 released
Hello Community,
Pleased to announce Espressif-IDE v4.2.0 release.
Please check the release notes here: https://github.com/espressif/idf-eclips ... tag/v4.2.0
Thanks!
Pleased to announce Espressif-IDE v4.2.0 release.
Please check the release notes here: https://github.com/espressif/idf-eclips ... tag/v4.2.0
Thanks!
- Mon Mar 23, 2026 8:50 am
- Forum: IDEs for ESP-IDF
- Topic: How to remove function variable descriptions in ESP-IDE 4.1.0
- Replies: 2
- Views: 218
Re: How to remove function variable descriptions in ESP-IDE 4.1.0
Hello,
The LSP Editor has inlay hints enabled by default. If you prefer not to use them, you can disable this feature by editing the .clangd file and adding InlayHints enabled status, please check below
https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/lspeditor.html ...
The LSP Editor has inlay hints enabled by default. If you prefer not to use them, you can disable this feature by editing the .clangd file and adding InlayHints enabled status, please check below
https://docs.espressif.com/projects/espressif-ide/en/latest/additionalfeatures/lspeditor.html ...