summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-29 15:05:09 +0700
committerhathach <[email protected]>2022-06-29 15:05:09 +0700
commit5a378703fbc30d8e7481abec81bc70a9e25761e6 (patch)
treebca7488476a76244d6de20e5480b4256873c3845
parent7949a4ec7c7e9ccc487068a01b84979d02f94875 (diff)
fix end symbol for samx7x and same5x
-rw-r--r--examples/device/video_capture/skip.txt3
-rw-r--r--hw/bsp/d5035_01/same51j19a_flash.ld1
m---------hw/mcu/microchip0
3 files changed, 3 insertions, 1 deletions
diff --git a/examples/device/video_capture/skip.txt b/examples/device/video_capture/skip.txt
index 892a8c6a7..5898664a2 100644
--- a/examples/device/video_capture/skip.txt
+++ b/examples/device/video_capture/skip.txt
@@ -1,2 +1,3 @@
mcu:MSP430x5xx
-mcu:SAMD11 \ No newline at end of file
+mcu:NUC121
+mcu:SAMD11
diff --git a/hw/bsp/d5035_01/same51j19a_flash.ld b/hw/bsp/d5035_01/same51j19a_flash.ld
index 328d1c72f..a8dd44336 100644
--- a/hw/bsp/d5035_01/same51j19a_flash.ld
+++ b/hw/bsp/d5035_01/same51j19a_flash.ld
@@ -160,4 +160,5 @@ SECTIONS
. = ALIGN(4);
_end = . ;
+ end = .;
}
diff --git a/hw/mcu/microchip b/hw/mcu/microchip
-Subproject 58eb3763200ff51a998be5f537acf67299add22
+Subproject 9e8b37e307d8404033bb881623a113931e1edf2