Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.
This commit is contained in:
		
							parent
							
								
									fe8326855a
								
							
						
					
					
						commit
						fdab3aef86
					
				
					 3 changed files with 15 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -209,7 +209,8 @@
 | 
			
		|||
			#elif (defined(__AVR_ATxmega256A3BU__))
 | 
			
		||||
				#define USB_SERIES_A3BU_XMEGA
 | 
			
		||||
				#define USB_CAN_BE_DEVICE
 | 
			
		||||
			#elif (defined(__AVR_ATxmega16A4U__) || defined(__AVR_ATxmega32A4U__))
 | 
			
		||||
			#elif (defined(__AVR_ATxmega16A4U__) || defined(__AVR_ATxmega32A4U__) || \
 | 
			
		||||
			       defined(__AVR_ATxmega64A4U__) || defined(__AVR_ATxmega128A4U__))
 | 
			
		||||
				#define USB_SERIES_A4U_XMEGA
 | 
			
		||||
				#define USB_CAN_BE_DEVICE
 | 
			
		||||
			#elif (defined(__AVR_ATxmega128B1__) || defined(__AVR_ATxmega64B1__))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue