We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd24ae commit 8db93cfCopy full SHA for 8db93cf
hal/targets/cmsis/TARGET_Freescale/TARGET_K64F/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld
@@ -204,7 +204,7 @@ SECTIONS
204
__UVISOR_BSS_START = ORIGIN(m_data) + __UVISOR_SRAM_OFFSET;
205
ASSERT(__interrupts_ram_end__ <= __UVISOR_BSS_START,
206
"The ISR relocation region overlaps with the uVisor BSS section.")
207
- .uvisor.bss (NOLOAD):
+ .uvisor.bss __UVISOR_BSS_START (NOLOAD):
208
{
209
. = ALIGN(32);
210
__uvisor_bss_start = .;
0 commit comments