Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add newlines
  • Loading branch information
will-v-pi committed Sep 11, 2025
commit 0add4b4d8390ec60e7ca3b4678e689390df09066
3 changes: 3 additions & 0 deletions src/rp2_common/pico_crt0/rp2040/memmap_blocked_ram.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ MEMORY
RAM(rwx) : ORIGIN = 0x21000000, LENGTH = 256k
SCRATCH_X(rwx) : ORIGIN = 0x20040000, LENGTH = 4k
SCRATCH_Y(rwx) : ORIGIN = 0x20041000, LENGTH = 4k

}

ENTRY(_entry_point)
Expand Down Expand Up @@ -149,6 +150,8 @@ SECTIONS
*(.uninitialized_data*)
} > RAM



.data : {
__data_start__ = .;
*(vtable)
Expand Down
Loading