8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d25f65 commit c63dc88Copy full SHA for c63dc88
hardware/esp8266com/esp8266/platform.txt
@@ -78,7 +78,7 @@ recipe.objcopy.hex.pattern="{runtime.tools.esptool.path}/{compiler.esptool.cmd}"
78
79
## Compute size
80
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
81
-recipe.size.regex=^(?:\.irom0\.text|\.text|\.data|\.rodata|\.bss|)\s+([0-9]+).*
+recipe.size.regex=^(?:\.irom0\.text|\.text|\.data|\.rodata|)\s+([0-9]+).*
82
recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*
83
#recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
84
0 commit comments