Merge pull request #14346 from benpicco/fix_14328

makefiles/boards/sam0.inc.mk: dap: use OpenOCD for debugging
This commit is contained in:
Francisco 2020-06-24 16:45:15 +02:00 committed by GitHub
commit f2c8751ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ endif
ifeq ($(PROGRAMMER),edbg)
# use edbg for flashing
include $(RIOTMAKE)/tools/edbg.inc.mk
# use openocd for debugging
include $(RIOTMAKE)/tools/openocd.inc.mk
else ifeq ($(PROGRAMMER),jlink)
# this board uses J-Link for debug and possibly flashing
include $(RIOTMAKE)/tools/jlink.inc.mk