use correct LD_FILE in mpconfigboard.mk for boards with external flash
This commit is contained in:
parent
065e82015f
commit
d8686cc002
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue