mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
AVR flash-program now checks sizes against the architecture.
This commit is contained in:
committed by
Himanshu Chauhan
parent
d5a8c186b0
commit
9237406b12
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user