makefile: upload
This commit is contained in:
		
							parent
							
								
									ed93c9b753
								
							
						
					
					
						commit
						7141a64979
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -5,3 +5,7 @@ blink.hex: blink.asm tn13def.inc
 | 
			
		|||
 | 
			
		||||
clean:
 | 
			
		||||
	rm -f blink.hex blink.cof blink.eep.hex blink.obj
 | 
			
		||||
 | 
			
		||||
upload: blink.hex
 | 
			
		||||
        # Pollin Atmel Evaluationsboard v2.0.1, ISP
 | 
			
		||||
	avrdude -v -p attiny13 -c ponyser -P /dev/ttyS0 -U flash:w:blink.hex
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue