Skip to content

Commit e70f73a

Browse files
Add segger_rtt reference in linkerfile
1 parent 8aed31f commit e70f73a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/platform/silabs/ldscripts/efr32mg24.ld

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ SECTIONS
206206
KEEP(*(SORT(.fini_array.*)))
207207
KEEP(*(.fini_array))
208208
PROVIDE_HIDDEN (__fini_array_end = .);
209+
. = ALIGN(4);
210+
*(SEGGER_RTT)
209211

210212
. = ALIGN(4);
211213
/* All data end */

examples/platform/silabs/ldscripts/mgm24.ld

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ SECTIONS
206206
KEEP(*(SORT(.fini_array.*)))
207207
KEEP(*(.fini_array))
208208
PROVIDE_HIDDEN (__fini_array_end = .);
209+
. = ALIGN(4);
210+
*(SEGGER_RTT)
209211

210212
. = ALIGN(4);
211213
/* All data end */

0 commit comments

Comments
 (0)