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

Merge pull request #7232 from aabadie/fix_bossa_options

makefiles/tools/bossa: remove duplicate info option and add erase option
This commit is contained in:
Alexandre Abadie 2017-06-23 14:36:31 +02:00 committed by GitHub
commit 07b141e360

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)