1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/z1: telosb: use common goodfet makefile

This commit is contained in:
Alexandre Abadie 2020-12-01 18:06:47 +01:00
parent 2e1b26bb8e
commit d7a3872d42
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 4 additions and 6 deletions

View File

@ -6,6 +6,5 @@ BAUD ?= 9600
include $(RIOTMAKE)/tools/serial.inc.mk
# flash tool configuration
FLASHER = $(RIOTTOOLS)/goodfet/goodfet.bsl
FLASHFILE ?= $(HEXFILE)
FFLAGS = --telosb -c $(PROG_DEV) -r -e -I -p $(FLASHFILE)
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --telosb

View File

@ -5,6 +5,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
include $(RIOTMAKE)/tools/serial.inc.mk
# setup flash tool
FLASHER = $(RIOTTOOLS)/goodfet/goodfet.bsl
FLASHFILE ?= $(HEXFILE)
FFLAGS = --z1 -I -c $(PROG_DEV) -r -e -p $(FLASHFILE)
PROGRAMMER ?= goodfet
GOODFET_FLAGS ?= --z1