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:
parent
2e1b26bb8e
commit
d7a3872d42
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user