Обновление
This commit is contained in:
parent
e81bb8570a
commit
a88143f696
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -252,6 +252,12 @@
|
|||
"repo": "HVAC_M7_StorageOnFlash"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "git",
|
||||
"provider": "HVAC_M7",
|
||||
"repo": "SerialPortCan"
|
||||
},
|
||||
|
||||
{
|
||||
"type": "local",
|
||||
"dir": "APP"
|
||||
|
|
|
|||
Loading…
Reference in New Issue