From d52b3f4fc59ead3165ce9b6709c73d3bc8eca115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 16 Jul 2019 15:31:11 +0200 Subject: [PATCH] boards/hamilton: remove OFLAGS '-O binary' The 'binary' output format is now given by default to .bin files creation --- boards/hamilton/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/hamilton/Makefile.include b/boards/hamilton/Makefile.include index b878fff703da..b0e0a9ebce0e 100644 --- a/boards/hamilton/Makefile.include +++ b/boards/hamilton/Makefile.include @@ -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