Skip to content

Commit 5a37870

Browse files
committed
fix end symbol for samx7x and same5x
1 parent 7949a4e commit 5a37870

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
mcu:MSP430x5xx
2-
mcu:SAMD11
2+
mcu:NUC121
3+
mcu:SAMD11

hw/bsp/d5035_01/same51j19a_flash.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@ SECTIONS
160160

161161
. = ALIGN(4);
162162
_end = . ;
163+
end = .;
163164
}

hw/mcu/microchip

Submodule microchip updated 289 files

0 commit comments

Comments
 (0)