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

makefiles/tools/bossa: replace duplicate info option with erase

This commit is contained in:
Alexandre Abadie 2017-06-23 11:55:40 +02:00
parent 786baac055
commit 808bf10686

View File

@ -1,5 +1,5 @@
export FLASHER ?= $(RIOTBASE)/dist/tools/bossa/bossac
export FFLAGS ?= -p $(PORT) -i -i -w -v -b -R $(HEXFILE)
export FFLAGS ?= -p $(PORT) -e -i -w -v -b -R $(HEXFILE)
export OFLAGS = -O binary
export HEXFILE = $(ELFFILE:.elf=.bin)