mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
makefiles/openocd: export OPENOCD_ADAPTER_INIT to required target
This commit is contained in:
parent
39733a5c30
commit
54dbb5fce0
@ -19,5 +19,8 @@ OPENOCD_CONFIG ?= $(BOARDSDIR)/$(BOARD)/dist/openocd.cfg
|
||||
OPENOCD_TARGETS = debug% flash% reset
|
||||
$(call target-export-variables,$(OPENOCD_TARGETS),OPENOCD_CONFIG)
|
||||
|
||||
# Export OPENOCD_ADAPTER_INIT to required targets
|
||||
$(call target-export-variables,$(OPENOCD_TARGETS),OPENOCD_ADAPTER_INIT)
|
||||
|
||||
# Export OPENOCD_RESET_USE_CONNECT_ASSERT_SRST to required targets
|
||||
$(call target-export-variables,$(OPENOCD_TARGETS),OPENOCD_RESET_USE_CONNECT_ASSERT_SRST)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user