Added various features to flash analysis (#24072)

* Added various features to flash analysis (also run with FLASH overflow, summary in comment output, newer bloaty version, only add comment if change is large enough, ...)

* Added feedback from review

* Use wildcards

* Removed backward-compat logic and use correct base
This commit is contained in:
Alexander Lerach
2024-12-10 10:15:49 +01:00
committed by GitHub
parent 09cd42911d
commit f9ecc0fcd1
5 changed files with 53 additions and 16 deletions
@@ -0,0 +1 @@
CONFIG_BOARD_LINKER_PREFIX="flash-analysis"
@@ -0,0 +1,6 @@
INCLUDE "script.ld"
MEMORY
{
FLASH_AXIM (rx) : ORIGIN = 0x08008000, LENGTH = 10080K
}
@@ -0,0 +1 @@
CONFIG_BOARD_LINKER_PREFIX="flash-analysis"
@@ -0,0 +1,6 @@
INCLUDE "script.ld"
MEMORY
{
FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 10080K
}