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:
parent
e0225272d8
commit
32cbbe05f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user