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

boards/hamilton: remove OFLAGS '-O binary'

The 'binary' output format is now given by default to .bin files creation
This commit is contained in:
Gaëtan Harter 2019-07-16 15:31:11 +02:00
parent 0c3ca4e4f7
commit d52b3f4fc5
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -5,7 +5,7 @@ export CPU_MODEL = samr21e18a
# debugger config
export JLINK_DEVICE := atsamr21e18a
export OBJDUMPFLAGS += --disassemble --source --disassembler-options=force-thumb
export OFLAGS := -O binary --gap-fill 0xff
export OFLAGS := --gap-fill 0xff
# Configure terminal, hamilton doesn't provide any UART, thus use RTT
TERMPROG = $(RIOTTOOLS)/jlink/jlink.sh