Only output data and text sections to the hex file
This commit is contained in:
parent
65e70baa84
commit
a3435952ef
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ LDFLAGS = $(COMMON)
|
|||
LDFLAGS += -Wl,-Map=$(PROJECT).map,--cref
|
||||
|
||||
## Intel Hex file production flags
|
||||
HEX_FLASH_FLAGS = -R .eeprom
|
||||
HEX_FLASH_FLAGS = -j .text -j .data
|
||||
|
||||
HEX_EEPROM_FLAGS = -j .eeprom
|
||||
HEX_EEPROM_FLAGS += --set-section-flags=.eeprom="alloc,load"
|
||||
|
|
Loading…
Add table
Reference in a new issue