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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user