add flash-analysis for auterion_fmu-v6s board (#24885)

This commit is contained in:
Marco Hauswirth
2025-05-20 12:00:29 +02:00
committed by GitHub
parent c2f872c558
commit 9e45f077b1
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1 @@
CONFIG_BOARD_LINKER_PREFIX="flash-analysis"
@@ -0,0 +1,6 @@
INCLUDE "script.ld"
MEMORY
{
FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 10080K
}