AVR flash-program now checks sizes against the architecture.

This commit is contained in:
Kelvin Lawson
2011-05-27 17:15:38 +01:00
committed by Himanshu Chauhan
parent d5a8c186b0
commit 9237406b12

View File

@@ -112,7 +112,7 @@ clean:
# Send to STK500
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
doxygen: