mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
Fix missing section in binary output
This commit is contained in:
parent
c4b1539250
commit
5a9ee6611a
@ -54,7 +54,7 @@ $(BUILD)/$(BOARD)-firmware.elf: $(OBJ)
|
|||||||
|
|
||||||
$(BUILD)/$(BOARD)-firmware.bin: $(BUILD)/$(BOARD)-firmware.elf
|
$(BUILD)/$(BOARD)-firmware.bin: $(BUILD)/$(BOARD)-firmware.elf
|
||||||
@echo CREATE $@
|
@echo CREATE $@
|
||||||
@$(OBJCOPY) -O binary -j .vectors -j .text -j .data $^ $@
|
@$(OBJCOPY) -O binary $^ $@
|
||||||
|
|
||||||
$(BUILD)/$(BOARD)-firmware.hex: $(BUILD)/$(BOARD)-firmware.elf
|
$(BUILD)/$(BOARD)-firmware.hex: $(BUILD)/$(BOARD)-firmware.elf
|
||||||
@echo CREATE $@
|
@echo CREATE $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user