We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6550c8 commit 74b7422Copy full SHA for 74b7422
flight/targets/brainre1/fw/sections_chibios.ld
@@ -139,27 +139,6 @@ SECTIONS
139
__main_thread_stack_end__ = .;
140
} > ram
141
142
- .ccm :
143
- {
144
- PROVIDE(_cmm_start = .);
145
- . = ALIGN(4);
146
- *(.bss.mainthread.*)
147
148
- *(.bss._idle_thread_wa)
149
150
- *(.bss.rlist)
151
152
- *(.bss.vtlist)
153
154
- *(.bss.endmem)
155
156
- *(.bss.nextmem)
157
158
- *(.bss.default_heap)
159
160
- PROVIDE(_cmm_end = .);
161
- } > ram
162
-
163
.data :
164
{
165
. = ALIGN(4);
0 commit comments