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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_BOARD_LINKER_PREFIX="flash-analysis"

View File

@ -0,0 +1,6 @@
INCLUDE "script.ld"
MEMORY
{
FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 10080K
}