We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a9402 commit a3db13bCopy full SHA for a3db13b
bsp/bluetrum/ab32vg1-ab-prougen/link.lds
@@ -34,8 +34,8 @@ SECTIONS
34
} > init
35
36
.ram1 __ram1_vma : {
37
- . = ALIGN(4);
38
/* section information for initial */
+ . = ALIGN(4);
39
__rt_init_start = .;
40
KEEP(*(SORT(.rti_fn*)))
41
__rt_init_end = .;
@@ -75,7 +75,6 @@ SECTIONS
75
KEEP(*(.vector))
76
*(.irq.cache)
77
*(.irq*)
78
- /* *components*src**.o (.text* .rodata*) */
79
*ab32vg1_hal**.o (.text* .rodata*)
80
*drv_gpio.o (.text* .rodata*)
81
*drv_usart.o (.rodata*)
0 commit comments