mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards/arduino-mkr-common: rename CPU to use new ldscript name
This commit is contained in:
parent
487065da11
commit
282f691871
@ -15,8 +15,9 @@ ifeq ($(PROGRAMMER),jlink)
|
||||
export JLINK_DEVICE := ${MKR_JLINK_DEVICE}
|
||||
include $(RIOTMAKE)/tools/jlink.inc.mk
|
||||
else
|
||||
# on default, we use BOSSA to flash this board
|
||||
export LINKER_SCRIPT ?= $(RIOTCPU)/sam0_common/ldscripts/$(CPU_MODEL)_mkr.ld
|
||||
# by default, we use BOSSA to flash this board and take into account the
|
||||
# preinstalled Arduino bootloader.
|
||||
export LINKER_SCRIPT ?= $(RIOTCPU)/sam0_common/ldscripts/$(CPU_MODEL)_arduino_bootloader.ld
|
||||
include $(RIOTMAKE)/tools/bossa.inc.mk
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user