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:
parent
0c3ca4e4f7
commit
d52b3f4fc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user