Przeglądaj źródła

fix end symbol for samx7x and same5x

hathach 3 lat temu
rodzic
commit
5a378703fb

+ 2 - 1
examples/device/video_capture/skip.txt

@@ -1,2 +1,3 @@
 mcu:MSP430x5xx
-mcu:SAMD11
+mcu:NUC121
+mcu:SAMD11

+ 1 - 0
hw/bsp/d5035_01/same51j19a_flash.ld

@@ -160,4 +160,5 @@ SECTIONS
 
     . = ALIGN(4);
     _end = . ;
+    end = .;
 }

+ 1 - 1
hw/mcu/microchip

@@ -1 +1 @@
-Subproject commit 58eb3763200ff51a998be5f537acf67299add227
+Subproject commit 9e8b37e307d8404033bb881623a113931e1edf27