1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/sam0.inc.mk: define list of supported programmers

This commit is contained in:
Alexandre Abadie 2021-02-11 14:02:04 +01:00
parent e0225272d8
commit 32cbbe05f2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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