-
Notifications
You must be signed in to change notification settings - Fork 13.3k
After using git version, the window does not display the memory usage after compilation #8550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
2nd window has Arduino Uno board selected, you'd need to switch to esp8266 first :) |
Thanks for your reply. The 3.0.2 release I used before can show the percentage of memory usage, but it does not show after the CHANGE to THE GIT3.1.0 version, is there any need to set it. |
Hm. Yeah, sorry, I missed the last part. Indeed, both 1.8.19 and arduino-cli latest build don't show anything
Looking at arduino-cli code, it should come from this command Line 61 in 02c1a50
Line 146 in 02c1a50
And diff'ing the platform.txt... it should've worked? The paths are there, for the local
|
Plus, adding > arduino-cli compile --show-properties -b esp8266com:esp8266:d1_mini | select-string runtime.tools.xtensa-lx106-elf-gcc.path=
runtime.tools.xtensa-lx106-elf-gcc.path=C:\Users\maxim\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.0.4-gcc10.3-1757bed edit: ...and the path seems to fix itself after removing GCC package from the 3.0.2 installation, still there's no |
So, the culprit is @@ -3849,6 +3831,7 @@ d1_mini.name=LOLIN(WEMOS) D1 R2 & mini
d1_mini.build.board=ESP8266_WEMOS_D1MINI
d1_mini.build.variant=d1_mini
d1_mini.upload.tool=esptool
+d1_mini.upload.maximum_size=1044464
d1_mini.upload.maximum_data_size=81920
d1_mini.upload.wait_for_upload_port=true
d1_mini.upload.erase_cmd=
Still not sure why IDE somehow... finds this (apparently missing) value, while using the Core 3.0.2 version. |
I see. Thank you very much |
* Table output for segment size script Also include maximum aka total for every segment key Re-format the file and clean-up the resulting data dict * revert to line output * used, percentage * unicodes * shorter desc, headers
After compiling with the latest version of GIT, the window does not display the memory usage(#8549)


Figure 1 does not show(8266 git version)
Figure 2 shows (arduino UNO)
These two pictures prove that my computer and software are normal
Please help me. Thank you very much!
The text was updated successfully, but these errors were encountered: