Skip to content

Commit 74b7422

Browse files
AJ Christensenmlyle
authored andcommitted
RE1: Remove CCM section in Linker Definition
1 parent d6550c8 commit 74b7422

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

flight/targets/brainre1/fw/sections_chibios.ld

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -139,27 +139,6 @@ SECTIONS
139139
__main_thread_stack_end__ = .;
140140
} > ram
141141

142-
.ccm :
143-
{
144-
PROVIDE(_cmm_start = .);
145-
. = ALIGN(4);
146-
*(.bss.mainthread.*)
147-
. = ALIGN(4);
148-
*(.bss._idle_thread_wa)
149-
. = ALIGN(4);
150-
*(.bss.rlist)
151-
. = ALIGN(4);
152-
*(.bss.vtlist)
153-
. = ALIGN(4);
154-
*(.bss.endmem)
155-
. = ALIGN(4);
156-
*(.bss.nextmem)
157-
. = ALIGN(4);
158-
*(.bss.default_heap)
159-
. = ALIGN(4);
160-
PROVIDE(_cmm_end = .);
161-
} > ram
162-
163142
.data :
164143
{
165144
. = ALIGN(4);

0 commit comments

Comments
 (0)