Page 1 of 1

VSCode ESP-IDF Flash and Ram Size

Posted: Mon Sep 13, 2021 10:27 am
by mm_1993
Hi
I test esp32 idf with PlatformIO
one interesting thing on it that was after compiling we can see this :

RAM: [=........] 9.9% (used 32516 bytes from 327680 bytes)
Flash: [========....] 77.7% (used 814548 bytes from 1048576 bytes)

I hope vscode esp-idf extension support it too
it make easy way to show and understand :)
thank you.

Re: VSCode ESP-IDF Flash and Ram Size

Posted: Mon Sep 13, 2021 1:21 pm
by ESP_kondalkolipaka
Hello,

I think it's a useful feature. For now, you should be able to see flash and RAM usage using the "Size analysis of the binaries" command

https://github.com/espressif/vscode-esp ... e-commands

Re: VSCode ESP-IDF Flash and Ram Size

Posted: Wed Sep 15, 2021 11:05 am
by mm_1993
kondalkolipaka wrote:
Mon Sep 13, 2021 1:21 pm
Hello,

I think it's a useful feature. For now, you should be able to see flash and RAM usage using the "Size analysis of the binaries" command

https://github.com/espressif/vscode-esp ... e-commands
thank you @kondalkolipaka

it's look good

Re: VSCode ESP-IDF Flash and Ram Size

Posted: Wed Jan 19, 2022 11:37 am
by mriksman
ESP_kondalkolipaka wrote:
Mon Sep 13, 2021 1:21 pm
Hello,

I think it's a useful feature. For now, you should be able to see flash and RAM usage using the "Size analysis of the binaries" command

https://github.com/espressif/vscode-esp ... e-commands
@ESP_kondalkolipaka

I'd like this to show TOTAL bin size vs PARTITION sizes available. It'd be nice to see how much space the bin file is compared to what partitions are available.

Re: VSCode ESP-IDF Flash and Ram Size

Posted: Tue Feb 01, 2022 4:03 am
by Time-is-life
Here's what the Build command in VSCode ESP-IDF extension v1.3
reports using ESP-IDF v4.4
2022_01_31_build.jpg
2022_01_31_build.jpg (99.42 KiB) Viewed 6936 times