Skip to content

segment size printout cosmetics #6534

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

Merged
merged 2 commits into from
Sep 19, 2019
Merged

segment size printout cosmetics #6534

merged 2 commits into from
Sep 19, 2019

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Sep 19, 2019

(updated)
Adding hints into segment size printout:

Executable segment sizes:
IROM   : 276348          - code in flash         (default or ICACHE_FLASH_ATTR) 
IRAM   : 28904   / 32768 - code in IRAM          (ICACHE_RAM_ATTR, ISRs...) 
DATA   : 1284  )         - initialized variables (global, static) in RAM/HEAP 
RODATA : 3064  ) / 81920 - constants             (global, static) in RAM/HEAP 
BSS    : 26040 )         - zeroed variables      (global, static) in RAM/HEAP 

Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@d-a-v d-a-v merged commit a10e02e into esp8266:master Sep 19, 2019
@d-a-v d-a-v deleted the cosmesize branch September 19, 2019 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants