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

Merge pull request #11700 from cladmi/pr/bossa/use_flashfile

makefiles/bossa.inc.mk: use FLASHFILE
This commit is contained in:
Leandro Lanzieri 2019-06-17 09:27:05 +02:00 committed by GitHub
commit 9696dd6c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
FLASHFILE ?= $(BINFILE)
FLASHER ?= $(RIOTTOOLS)/bossa/bossac
FFLAGS ?= -p $(PORT) -e -i -w -v -b -R $(HEXFILE)
HEXFILE = $(BINFILE)
FFLAGS ?= -p $(PORT) -e -i -w -v -b -R $(FLASHFILE)
# some arduino boards need to toggle the serial interface a little bit to get
# them ready for flashing...