Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 6f8192a

Browse files
committed
Fix RAM usage calculation
1 parent 856d9d3 commit 6f8192a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf
8888

8989
## Compute size
9090
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
91-
recipe.size.regex.data=\.data\s+([0-9]+).*
91+
recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
9292
recipe.size.regex=\.text\s+([0-9]+).*
9393

9494
## Save hex

0 commit comments

Comments
 (0)