Skip to content

Commit d8686cc

Browse files
committed
use correct LD_FILE in mpconfigboard.mk for boards with external flash
1 parent 065e820 commit d8686cc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LD_FILE = boards/samd21x18-bootloader-crystalless.ld
1+
LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
22
USB_VID = 0x239A
33
USB_PID = 0x8019
44
USB_PRODUCT = "CircuitPlayground Express"

ports/atmel-samd/boards/feather_m0_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LD_FILE = boards/samd21x18-bootloader.ld
1+
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
22
USB_VID = 0x239A
33
USB_PID = 0x8023
44
USB_PRODUCT = "Feather M0 Express"

ports/atmel-samd/boards/metro_m0_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LD_FILE = boards/samd21x18-bootloader.ld
1+
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
22
USB_VID = 0x239A
33
USB_PID = 0x8014
44
USB_PRODUCT = "Metro M0 Express"

ports/atmel-samd/boards/metro_m4_express/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LD_FILE = boards/samd51x19-bootloader.ld
1+
LD_FILE = boards/samd51x19-bootloader-external-flash.ld
22
USB_VID = 0x239A
33
USB_PID = 0x8021
44
USB_PRODUCT = "Metro M4 Express"

0 commit comments

Comments
 (0)