Skip to content

Commit

Permalink
boards: unexport PROGRAMMER
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Nov 27, 2019
1 parent bf676d4 commit 90bcb01
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion boards/cc2538dk/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DEBUGSERVER = JLinkGDBServer -device CC2538SF53
RESET ?= $(RIOTBOARD)/$(BOARD)/dist/reset.sh

# Define the flash-tool and default port:
export PROGRAMMER ?= cc2538-bsl
PROGRAMMER ?= cc2538-bsl

ifeq ($(PROGRAMMER),cc2538-bsl)
FLASHER = $(RIOTTOOLS)/cc2538-bsl/cc2538-bsl.py
Expand Down
2 changes: 1 addition & 1 deletion boards/common/msb-430/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
include $(RIOTMAKE)/tools/serial.inc.mk

# setup flash tool
export PROGRAMMER ?= olimex
PROGRAMMER ?= olimex
MSPDEBUGFLAGS += -j $(PROGRAMMER)
ifeq ($(strip $(PROGRAMMER)),uif)
MSPDEBUGFLAGS += -d $(PROG_DEV)
Expand Down
2 changes: 1 addition & 1 deletion boards/common/remote/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# define the default flash-tool
export PROGRAMMER ?= cc2538-bsl
PROGRAMMER ?= cc2538-bsl

# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
Expand Down
2 changes: 1 addition & 1 deletion boards/openmote-b/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
include $(RIOTMAKE)/tools/serial.inc.mk

# Set default flash tool
export PROGRAMMER ?= cc2538-bsl
PROGRAMMER ?= cc2538-bsl

# For backward compatibility
ifneq (,$(PORT_BSL))
Expand Down
2 changes: 1 addition & 1 deletion boards/openmote-cc2538/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial*)))
# setup serial terminal
include $(RIOTMAKE)/tools/serial.inc.mk
# Set default flash tool
export PROGRAMMER ?= cc2538-bsl
PROGRAMMER ?= cc2538-bsl

ifeq ($(PROGRAMMER),jlink)
# setup JLink for flashing
Expand Down

0 comments on commit 90bcb01

Please sign in to comment.