mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
boards: remove PORT_BSL
This commit is contained in:
parent
a88c010a8e
commit
f5ba075ab2
@ -1,12 +1,6 @@
|
||||
# define the default flash-tool
|
||||
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)
|
||||
PROG_BAUD ?= 460800
|
||||
else ifeq ($(PROGRAMMER),jlink)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user