Skip to content

Commit 64fb0d3

Browse files
giulcioffifacchinm
authored andcommitted
RP2040: adapt linker script to mbed
1 parent bad29dd commit 64fb0d3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

targets/TARGET_RASPBERRYPI/TARGET_RP2040/pico-sdk/rp2_common/pico_standard_link/crt0.S

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -322,17 +322,3 @@ __get_current_exception:
322322
mrs r0, ipsr
323323
uxtb r0, r0
324324
bx lr
325-
326-
// ----------------------------------------------------------------------------
327-
// Stack/heap dummies to set size
328-
329-
.section .stack
330-
// align to allow for memory protection (although this alignment is pretty much ignored by linker script)
331-
.align 5
332-
.equ StackSize, PICO_STACK_SIZE
333-
.space StackSize
334-
335-
.section .heap
336-
.align 2
337-
.equ HeapSize, PICO_HEAP_SIZE
338-
.space HeapSize

0 commit comments

Comments
 (0)