Обновление

This commit is contained in:
cfif 2025-10-29 11:17:05 +03:00
parent e81bb8570a
commit a88143f696
2 changed files with 20 additions and 0 deletions

View File

@ -95,6 +95,20 @@ SECTIONS
. = ALIGN(4);
} > SRAM1 AT > PFLASH
.cals_data :
{
__caldata_start = .;
KEEP(*(.caldata))
KEEP(*(.nvmdata))
. = ALIGN(4);
} > ITCM
.cals_text :
{
KEEP(*(.caltext))
. = ALIGN(4);
} > DFLASH
.bss(NOLOAD) :
{
. = ALIGN(4);

View File

@ -252,6 +252,12 @@
"repo": "HVAC_M7_StorageOnFlash"
},
{
"type": "git",
"provider": "HVAC_M7",
"repo": "SerialPortCan"
},
{
"type": "local",
"dir": "APP"