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:
commit
07b141e360
@ -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