boards/openmote-cc2538: fix programmer variable name
This commit is contained in:
parent
50f3d6a427
commit
e849c6b083
@ -12,7 +12,7 @@ export PROGRAMMER ?= cc2538-bsl
|
|||||||
ifeq ($(PROGRAMMER),jlink)
|
ifeq ($(PROGRAMMER),jlink)
|
||||||
# setup JLink for flashing
|
# setup JLink for flashing
|
||||||
export JLINK_DEVICE := cc2538sf53
|
export JLINK_DEVICE := cc2538sf53
|
||||||
export JLINK_FLASH_ADDR := 200000
|
export FLASH_ADDR := 200000
|
||||||
export JLINK_IF := JTAG
|
export JLINK_IF := JTAG
|
||||||
export TUI := 1
|
export TUI := 1
|
||||||
include $(RIOTMAKE)/tools/jlink.inc.mk
|
include $(RIOTMAKE)/tools/jlink.inc.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user