Subversion Repositories svnkaklik

Rev

Rev 174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 174 Rev 182
Line 265... Line 265...
265
#			break; \
265
#			break; \
266
#		fi; \
266
#		fi; \
267
#	done
267
#	done
268
 
268
 
269
#	if[$PROGRAMMER == "uisp"]; then 
269
#	if[$PROGRAMMER == "uisp"]; then 
-
 
270
	   uisp -dlpt=$(PORT) -dpart=$(MCU) -dprog=$(PROGRAMMER_DEVICE) --erase
270
	   uisp -dlpt=$(PORT) -dpart=$(MCU) -dprog=$(PROGRAMMER_DEVICE) if=$(TARGET).hex --upload
271
	   uisp -dlpt=$(PORT) -dpart=$(MCU) -dprog=$(PROGRAMMER_DEVICE) if=$(TARGET).hex --upload
-
 
272
	   uisp -dlpt=$(PORT) -dpart=$(MCU) -dprog=$(PROGRAMMER_DEVICE) if=$(TARGET).hex --verify
271
#	fi;
273
#	fi;
272
 
274
 
273
# Create final output files (.hex, .eep) from ELF output file.
275
# Create final output files (.hex, .eep) from ELF output file.
274
%.hex: %.elf
276
%.hex: %.elf
275
	$(OBJCOPY) -O $(FORMAT) -R .eeprom $< $@
277
	$(OBJCOPY) -O $(FORMAT) -R .eeprom $< $@