Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility).
Added new USE_FLASH_DESCRIPTORS compile time option. By default, descriptors can now lie in mixed memory spaces (specified by a new parameter to the CALLBACK_USB_GetDescriptor() function) unless one of the USE_*_DESCRIPTORS compile time option is specified.
This commit is contained in:
		
							parent
							
								
									f85a53a31b
								
							
						
					
					
						commit
						37f8a84f35
					
				
					 42 changed files with 176 additions and 62 deletions
				
			
		|  | @ -126,7 +126,8 @@ LUFA_PATH = ../../../.. | |||
| LUFA_OPTS  = -D USE_NONSTANDARD_DESCRIPTOR_NAMES | ||||
| LUFA_OPTS += -D USB_DEVICE_ONLY  | ||||
| LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8 | ||||
| LUFA_OPTS += -D USE_SINGLE_DEVICE_CONFIGURATION | ||||
| LUFA_OPTS += -D TOTAL_NUM_CONFIGURATIONS=1 | ||||
| LUFA_OPTS += -D USE_FLASH_DESCRIPTORS | ||||
| LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" | ||||
| LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera