Skip to content
Snippets Groups Projects
Commit 808bf106 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

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

parent 786baac0
No related branches found
No related tags found
No related merge requests found
export FLASHER ?= $(RIOTBASE)/dist/tools/bossa/bossac 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 OFLAGS = -O binary
export HEXFILE = $(ELFFILE:.elf=.bin) export HEXFILE = $(ELFFILE:.elf=.bin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment