Merge pull request #1708 from openmv/cyw43_to_text

ports/stm32: Add CYW43 firmware blob to text section.
This commit is contained in:
Ibrahim Abdelkader 2022-08-26 18:37:07 +02:00 committed by GitHub
commit ed3fbd8921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,10 @@ SECTIONS
*(.rodata) // .rodata sections (constants, strings, etc.)
. = ALIGN(4);
*(.rodata*) // .rodata* sections (constants, strings, etc.)
#if !defined(OMV_CYW43_MEMORY)
. = ALIGN(512);
*(.big_const*)
#endif
. = ALIGN(4);
_etext = .; // define a global symbols at end of code
} >FLASH_TEXT