From e0225272d808ac3a15774a46ca66a1ae2c4a487c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 11 Feb 2021 14:01:04 +0100 Subject: [PATCH] boards/samd21-bootloader: add bossa as supporter programmer --- boards/common/samdx1-arduino-bootloader/Makefile.include | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/common/samdx1-arduino-bootloader/Makefile.include b/boards/common/samdx1-arduino-bootloader/Makefile.include index bd6b74f7dd..651bda7df7 100644 --- a/boards/common/samdx1-arduino-bootloader/Makefile.include +++ b/boards/common/samdx1-arduino-bootloader/Makefile.include @@ -2,6 +2,10 @@ # Bossa is the default programmer PROGRAMMER ?= bossa +# Add bossa as supported programmers. Boards that support more programmers +# should declare them in their own Makefile.include +PROGRAMMERS_SUPPORTED += bossa + ifeq ($(PROGRAMMER),bossa) # by default, we use BOSSA to flash this board and take into account the # preinstalled Arduino bootloader. ROM_OFFSET skips the space taken by