AVR flash-program now checks sizes against the architecture.

This commit is contained in:
Kelvin Lawson
2011-05-27 17:15:38 +01:00
parent af84aa9848
commit 02660d0c80

View File

@@ -112,7 +112,7 @@ clean:
# Send to STK500 # Send to STK500
program : $(BUILD_DIR)/$(app).hex program : $(BUILD_DIR)/$(app).hex
$(SIZE) -C $(BUILD_DIR)/$(app).elf $(SIZE) -C --mcu=$(PART) $(BUILD_DIR)/$(app).elf
$(UISP) -dprog=stk500 -dserial=$(UISP_DEV) -dpart=$(PART) --erase --upload --verify if=$(BUILD_DIR)/$(app).hex $(UISP) -dprog=stk500 -dserial=$(UISP_DEV) -dpart=$(PART) --erase --upload --verify if=$(BUILD_DIR)/$(app).hex
doxygen: doxygen: