Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
LR_IROM1 MBED_APP_START MBED_APP_SIZE {
ER_IROM1 MBED_APP_START MBED_APP_SIZE {
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
*(InRoot$$Sections)
.ANY (+RO)
}

RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ LR_IROM1 MBED_APP_START MBED_APP_SIZE {
*(InRoot$$Sections)
.ANY (+RO)
}

RW_IRAM0 MBED_RAM0_START UNINIT MBED_RAM0_SIZE { ;no init section
*(*noinit)
*(*nvictable)
}
RW_IRAM1 MBED_RAM1_START MBED_RAM1_SIZE {
.ANY (+RW +ZI)
Expand Down