From 32cbbe05f21d70eafc594bf0bd7186dd99f6b5b0 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 11 Feb 2021 14:02:04 +0100 Subject: [PATCH] makefiles/sam0.inc.mk: define list of supported programmers --- makefiles/boards/sam0.inc.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefiles/boards/sam0.inc.mk b/makefiles/boards/sam0.inc.mk index 2d2415a34c..04d0004486 100644 --- a/makefiles/boards/sam0.inc.mk +++ b/makefiles/boards/sam0.inc.mk @@ -18,6 +18,9 @@ endif # Default for these boards is to use a CMSIS-DAP programmer OPENOCD_DEBUG_ADAPTER ?= dap +# Increase the list of supported programmers +PROGRAMMERS_SUPPORTED += openocd edbg + # If no programmer is set, select a default programmer ifeq ($(PROGRAMMER),) # EDBG can only be used with a compatible Atmel programmer