use correct LD_FILE in mpconfigboard.mk for boards with external flash

This commit is contained in:
Dan Halbert 2018-01-03 16:49:38 -05:00
parent 065e82015f
commit d8686cc002
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
LD_FILE = boards/samd21x18-bootloader-crystalless.ld
LD_FILE = boards/samd21x18-bootloader-external-flash-crystalless.ld
USB_VID = 0x239A
USB_PID = 0x8019
USB_PRODUCT = "CircuitPlayground Express"

View File

@ -1,4 +1,4 @@
LD_FILE = boards/samd21x18-bootloader.ld
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8023
USB_PRODUCT = "Feather M0 Express"

View File

@ -1,4 +1,4 @@
LD_FILE = boards/samd21x18-bootloader.ld
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8014
USB_PRODUCT = "Metro M0 Express"

View File

@ -1,4 +1,4 @@
LD_FILE = boards/samd51x19-bootloader.ld
LD_FILE = boards/samd51x19-bootloader-external-flash.ld
USB_VID = 0x239A
USB_PID = 0x8021
USB_PRODUCT = "Metro M4 Express"