mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 06:15:43 +08:00
size displayed before upload
This commit is contained in:
@@ -144,6 +144,8 @@ $(OBJDIR)/%.hex: $(OBJDIR)/%.elf
|
||||
%.install: $(OBJDIR)/%.hex check_arch
|
||||
# stk200 needs to be erased first
|
||||
$(UISP) $(UISP_FLAGS) --erase
|
||||
@echo SIZE
|
||||
$(Q)$(SIZE) $@
|
||||
$(UISP) $(UISP_FLAGS) --upload $(VERIFY) if=$<
|
||||
|
||||
erase: check_arch
|
||||
|
||||
Reference in New Issue
Block a user