Обновление

This commit is contained in:
cfif 2026-05-27 18:02:02 +03:00
parent 364ea279de
commit c8496cb73d
1 changed files with 15 additions and 0 deletions

View File

@ -173,6 +173,21 @@ SECTIONS
.xcp_data(NOLOAD) :
{
__xcp_start = .;
KEEP(*(.xcpdata))
__xcp_end = .;
. = ALIGN(4);
} > SRAM0
.cals_text :
{
KEEP(*(.caltext))
. = ALIGN(4);
} > DFLASH
.bss(NOLOAD) : .bss(NOLOAD) :
{ {
. = ALIGN(4); . = ALIGN(4);