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:
parent
786baac055
commit
808bf10686
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user