parent
7960302242
commit
677b89768b
2 changed files with 8 additions and 0 deletions
|
@ -155,3 +155,6 @@ DFU_UTIL ?= dfu-util
|
|||
|
||||
dfu-util: $(BUILD_DIR)/$(TARGET).bin sizeafter
|
||||
$(DFU_UTIL) $(DFU_ARGS) -D $(BUILD_DIR)/$(TARGET).bin
|
||||
|
||||
bin: $(BUILD_DIR)/$(TARGET).bin sizeafter
|
||||
$(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;
|
Loading…
Add table
Add a link
Reference in a new issue