We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aed31f commit e70f73aCopy full SHA for e70f73a
examples/platform/silabs/ldscripts/efr32mg24.ld
@@ -206,6 +206,8 @@ SECTIONS
206
KEEP(*(SORT(.fini_array.*)))
207
KEEP(*(.fini_array))
208
PROVIDE_HIDDEN (__fini_array_end = .);
209
+ . = ALIGN(4);
210
+ *(SEGGER_RTT)
211
212
. = ALIGN(4);
213
/* All data end */
examples/platform/silabs/ldscripts/mgm24.ld
0 commit comments