File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
bsp/stm32/stm32h7r7-artpi2/board/linker_scripts Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -139,33 +139,6 @@ SECTIONS
139139 } > RAM
140140 __bss_end = .;
141141
142- .RxDecripSection (NOLOAD) : ALIGN (4 )
143- {
144- . = ALIGN (4 );
145- *(.RxDecripSection )
146- *(.RxDecripSection .*)
147- . = ALIGN (4 );
148- __RxDecripSection_free__ = .;
149- } > RxDecripSection
150-
151- .TxDecripSection (NOLOAD) : ALIGN (4 )
152- {
153- . = ALIGN (4 );
154- *(.TxDecripSection )
155- *(.TxDecripSection .*)
156- . = ALIGN (4 );
157- __TxDecripSection_free__ = .;
158- } > TxDecripSection
159-
160- .RxArraySection (NOLOAD) : ALIGN (4 )
161- {
162- . = ALIGN (4 );
163- *(.RxArraySection )
164- *(.RxArraySection .*)
165- . = ALIGN (4 );
166- __RxArraySection_free__ = .;
167- } > RxArraySection
168-
169142 _end = .;
170143
171144 /* Stabs debugging sections. */
You can’t perform that action at this time.
0 commit comments