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

makefiles/tools/goodfet: add common makefile

This commit is contained in:
Alexandre Abadie 2020-12-01 18:06:20 +01:00
parent edcea0b9f9
commit 2e1b26bb8e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -0,0 +1,5 @@
FLASHER ?= $(RIOTTOOLS)/goodfet/goodfet.bsl
FLASHFILE ?= $(HEXFILE)
GOODFET_FLAGS += -c $(PROG_DEV) -r -e -I -p $(FLASHFILE)
FFLAGS ?= $(GOODFET_FLAGS)