Merge pull request #936 from openmv/d3sram

Add linker script section for D3SRAM4.
This commit is contained in:
Ibrahim Abd Elkader 2020-10-27 13:58:40 +02:00 committed by GitHub
commit e9b00fbfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,15 @@ SECTIONS
} >OMV_DMA_MEMORY
#if defined(OMV_SRAM4_ORIGIN)
/* D3 SRAM4 memory */
.d3_sram (NOLOAD) :
{
. = ALIGN(4);
*(.d3_sram_buffer)
} >SRAM4
#endif
/* Initialized data sections */
.data : AT ( _sidata )
{