5ANTI-726 / Lab-Electronica

GNU General Public License v3.0
0 stars 0 forks source link

Reduce RAM usage #4

Open 5ANTI-726 opened 1 year ago

5ANTI-726 commented 1 year ago

Currently:

. Variables and constants in RAM (global, static), used 29720 / 80192 bytes (37%) ║ SEGMENT BYTES DESCRIPTION ╠══ DATA 1536 initialized variables ╠══ RODATA 1456 constants
╚══ BSS 26728 zeroed variables . Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 60995 / 65536 bytes (93%) ║ SEGMENT BYTES DESCRIPTION ╠══ ICACHE 32768 reserved space for flash instruction cache ╚══ IRAM 28227 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 263836 / 1048576 bytes (25%) ║ SEGMENT BYTES DESCRIPTION ╚══ IROM 263836 code in flash