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

makefiles/tools/pyocd: remove deprecated FLASH_TARGET_TYPE var

This commit is contained in:
Alexandre Abadie 2022-01-08 12:04:51 +01:00
parent 6e8d3246e6
commit 135e0a6ca1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -3,12 +3,6 @@ DEBUGGER ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
DEBUGSERVER ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
# Warn about deprecated variables
ifneq (,$(FLASH_TARGET_TYPE))
$(warning Warning! FLASH_TARGET_TYPE is deprecated use PYOCD_FLASH_TARGET_TYPE)
PYOCD_FLASH_TARGET_TYPE ?= $(FLASH_TARGET_TYPE)
endif
PYOCD_FLASH_TARGET_TYPE ?=
FLASHFILE ?= $(HEXFILE)
FFLAGS ?= flash $(FLASHFILE)