Skip to content
Merged
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 @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LR_ROM1 __ROM1_BASE __ROM1_SIZE {
ER_ROM1 __ROM1_BASE __ROM1_SIZE {
*(+RO +XO)
}
}

LR_RAM0 __RAM0_BASE {

RW_NOINIT __RAM0_BASE UNINIT (__RAM0_SIZE - __HEAP_SIZE - __STACK_SIZE - __STACKSEAL_SIZE) {
*.o(.bss.noinit)
Expand Down