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