mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/goodfet: use FLASHFILE for boards using goodfet.bsl
Update to use FLASHFILE as file to be flashed on the board.
This commit is contained in:
parent
785a9546ae
commit
1c14a7da86
@ -11,4 +11,5 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
# flash tool configuration
|
||||
FLASHER = $(RIOTTOOLS)/goodfet/goodfet.bsl
|
||||
FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE)
|
||||
FLASHFILE ?= $(HEXFILE)
|
||||
FFLAGS = --telosb -c $(PORT) -r -e -I -p $(FLASHFILE)
|
||||
|
@ -10,4 +10,5 @@ include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
# setup flash tool
|
||||
FLASHER = $(RIOTTOOLS)/goodfet/goodfet.bsl
|
||||
FFLAGS = --z1 -I -c $(PORT) -r -e -p $(HEXFILE)
|
||||
FLASHFILE ?= $(HEXFILE)
|
||||
FFLAGS = --z1 -I -c $(PORT) -r -e -p $(FLASHFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user