mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #936 from openmv/d3sram
Add linker script section for D3SRAM4.
This commit is contained in:
commit
e9b00fbfa8
@ -157,6 +157,15 @@ SECTIONS
|
|||||||
|
|
||||||
} >OMV_DMA_MEMORY
|
} >OMV_DMA_MEMORY
|
||||||
|
|
||||||
|
#if defined(OMV_SRAM4_ORIGIN)
|
||||||
|
/* D3 SRAM4 memory */
|
||||||
|
.d3_sram (NOLOAD) :
|
||||||
|
{
|
||||||
|
. = ALIGN(4);
|
||||||
|
*(.d3_sram_buffer)
|
||||||
|
} >SRAM4
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Initialized data sections */
|
/* Initialized data sections */
|
||||||
.data : AT ( _sidata )
|
.data : AT ( _sidata )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user