We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4745ded commit 6158facCopy full SHA for 6158fac
boards/arduino-mkr1000/Makefile.include
@@ -14,7 +14,7 @@ else
14
# when BOSSA is used (default), use a different flash map
15
# refer https://github.com/shumatech/BOSSA for this programmer
16
export PROGRAMMER = bossa
17
- export LINKER_SCRIPT ?= $(RIOTCPU)/$(CPU)/ldscripts/$(CPU_MODEL)_mkr1000.ld
+ export LINKER_SCRIPT ?= $(RIOTCPU)/sam0_common/ldscripts/$(CPU_MODEL)_mkr1000.ld
18
19
# define board specific flasher options
20
export FLASHER = $(RIOTBOARD)/$(BOARD)/dist/flash.sh
0 commit comments