limit artifact to only uf2 for now

due to the large size of combined binaries of all boards + all examples
This commit is contained in:
hathach
2021-01-26 22:04:20 +07:00
parent 0a673de78a
commit c2d8aa0584
3 changed files with 9 additions and 12 deletions

View File

@@ -219,9 +219,10 @@ $(BIN):
@$(MKDIR) -p $@
# Copy binaries .elf, .bin, .hex, .uf2 to BIN for upload
# due to large size of combined artifacts, only uf2 is uploaded for now
copy-artifact: $(BIN)
@$(CP) $(BUILD)/$(PROJECT).elf $(BIN)
@$(CP) $(BUILD)/$(PROJECT).bin $(BIN)
@$(CP) $(BUILD)/$(PROJECT).hex $(BIN)
@$(CP) $(BUILD)/$(PROJECT).uf2 $(BIN)
#@$(CP) $(BUILD)/$(PROJECT).bin $(BIN)
#@$(CP) $(BUILD)/$(PROJECT).hex $(BIN)
#@$(CP) $(BUILD)/$(PROJECT).elf $(BIN)