mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
boards: remove PORT_BSL
This commit is contained in:
parent
a88c010a8e
commit
f5ba075ab2
@ -1,12 +1,6 @@
|
|||||||
# define the default flash-tool
|
# define the default flash-tool
|
||||||
PROGRAMMER ?= cc2538-bsl
|
PROGRAMMER ?= cc2538-bsl
|
||||||
|
|
||||||
# For backward compatibility
|
|
||||||
ifneq (,$(PORT_BSL))
|
|
||||||
$(warning Warning! PORT_BSL is deprecated use PROG_DEV)
|
|
||||||
PROG_DEV ?= $(PORT_BSL)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(PROGRAMMER),cc2538-bsl)
|
ifeq ($(PROGRAMMER),cc2538-bsl)
|
||||||
PROG_BAUD ?= 460800
|
PROG_BAUD ?= 460800
|
||||||
else ifeq ($(PROGRAMMER),jlink)
|
else ifeq ($(PROGRAMMER),jlink)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user