General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
			
		
		
			- 
				
																			
								komisarios							 
									
		- Posts: 8
 		- Joined: Sun Jan 27, 2008 1:54 am
 		
		
						
						
		
		
						
						
													
							
						
									
						Post
					
								by komisarios » Sat Feb 02, 2008 5:56 pm
			
			
			
			
			Hi All!
Can someone tell me please what is the fuse settings for mega8 programming???
I couldn't find any information about that.
Thanks
Costas
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			
								christian							 
						- Objective Development

 			
		- Posts: 1443
 		- Joined: Thu Nov 09, 2006 11:46 am
 		
		
						
						
		
		
						
						
													
							
						
									
						Post
					
								by christian » Sun Feb 03, 2008 6:23 pm
			
			
			
			
			See the Makefile, target "fuse". If you type "make fuse", it flashes the fuses.
			
			
									
									
						 
		 
				
		
		 
	 
	
				
		
		
			- 
				
																			
								Guest							 
									
						
		
						
						
		
		
						
						
													
							
						
									
						Post
					
								by Guest » Mon Feb 04, 2008 7:51 am
			
			
			
			
			Thanks a lot!