CMake Bloaty add static ram usage breakout

This commit is contained in:
Peter van der Perk
2021-04-28 19:35:08 +02:00
committed by Daniel Agar
parent 4f098a01bc
commit 96bc58f0eb
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
custom_data_source: {
name: "bloaty_static_ram"
base_data_source: "sections"
rewrite: {
pattern: "^\\.bss"
replacement: "ram"
}
rewrite: {
pattern: "^\\.data"
replacement: "ram"
}
}