Fix swapped product IDs for the ATMEGA8U2 and AT90USB82 in the DFU class bootloader.
This commit is contained in:
		
							parent
							
								
									8703edc724
								
							
						
					
					
						commit
						2b4658de2c
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -111,12 +111,12 @@
 | 
			
		|||
			#define AVR_SIGNATURE_2               0x94
 | 
			
		||||
			#define AVR_SIGNATURE_3               0x82
 | 
			
		||||
		#elif defined(__AVR_ATmega8U2__)
 | 
			
		||||
			#define PRODUCT_ID_CODE               0x2FF7
 | 
			
		||||
			#define PRODUCT_ID_CODE               0x2FEE
 | 
			
		||||
			#define AVR_SIGNATURE_1               0x1E
 | 
			
		||||
			#define AVR_SIGNATURE_2               0x93
 | 
			
		||||
			#define AVR_SIGNATURE_3               0x89
 | 
			
		||||
		#elif defined(__AVR_AT90USB82__)
 | 
			
		||||
			#define PRODUCT_ID_CODE               0x2FEE
 | 
			
		||||
			#define PRODUCT_ID_CODE               0x2FF7
 | 
			
		||||
			#define AVR_SIGNATURE_1               0x1E
 | 
			
		||||
			#define AVR_SIGNATURE_2               0x94
 | 
			
		||||
			#define AVR_SIGNATURE_3               0x82
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -58,7 +58,7 @@
 | 
			
		|||
			<device-support value="atxmega128b1"/>
 | 
			
		||||
			<device-support value="atxmega64c3"/>
 | 
			
		||||
			<device-support value="atxmega128c3"/>
 | 
			
		||||
			<!-- <device-support value="atxmega192c3"/> NOT SUPPORTED IN ASF -->
 | 
			
		||||
			<!-- <device-support value="atxmega192c3"/> Wait for ASFP-3339 merge and release before enabling -->
 | 
			
		||||
			<device-support value="atxmega256c3"/>
 | 
			
		||||
			<device-support value="atxmega384c3"/>
 | 
			
		||||
			<device-support value="atxmega16c4"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue