1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/tools/openocd-adapters/stlink-dap.inc.mk

6 lines
222 B
Makefile
Raw Normal View History

OPENOCD_ADAPTER_INIT ?= -c 'set stlink_version $(STLINK_VERSION);source $(RIOTBASE)/dist/tools/openocd/adapters/stlink-dap.cfg'
OPENOCD_TRANSPORT ?= dapdirect_swd
include $(RIOTMAKE)/tools/openocd-adapters/stlink.inc.mk