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 bad29dd commit 64fb0d3Copy full SHA for 64fb0d3
targets/TARGET_RASPBERRYPI/TARGET_RP2040/pico-sdk/rp2_common/pico_standard_link/crt0.S
@@ -322,17 +322,3 @@ __get_current_exception:
322
mrs r0, ipsr
323
uxtb r0, r0
324
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